Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed a debug msg which is a overhead of the performance for async operation. #8565

Merged
merged 2 commits into from
Oct 24, 2024

Conversation

saifuddin-xilinx
Copy link
Collaborator

@saifuddin-xilinx saifuddin-xilinx commented Oct 24, 2024

Problem solved by the commit

https://jira.xilinx.com/browse/CR-1203572
-- The overhead we are experiencing with debugMsg even when debugging is disabled is likely due to the construction of the std::stringstream and the concatenation of strings. These operations still occur even if the debugMsg function itself is not called.

Bug / issue (if any) fixed, which PR introduced the bug, how it was discovered

How problem was solved, alternative solutions (if any) and why they were rejected

Risks (if any) associated the changes in the commit

What has been tested and how, request additional testing if necessary

Documentation impact (if any)

@chvamshi-xilinx chvamshi-xilinx merged commit 6890d40 into Xilinx:master Oct 24, 2024
18 checks passed
@chvamshi-xilinx
Copy link
Collaborator

Please backport it to 2024.2

chvamshi-xilinx pushed a commit that referenced this pull request Oct 24, 2024
…operation. (#8565) (#8566)

* Removed some debug msg which is a overhead of the performance.



* Commenting out debug msg which is a overhead of the performance.



---------

Signed-off-by: Saifuddin <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants