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

[catmem] Performance counters #919

Merged
merged 4 commits into from
Aug 31, 2023
Merged

[catmem] Performance counters #919

merged 4 commits into from
Aug 31, 2023

Conversation

carvalhof
Copy link
Contributor

This PR closes #894.

Commits:

  • 323979b - Inserting the profiler annotations.
  • c6943e6 - Updating the pipe-push-pop example.
  • 1552590 - Updating the pipe-ping-pong example.

@ppenna ppenna self-assigned this Aug 30, 2023
Copy link
Contributor

@iyzhang iyzhang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for adding this @carvalhof! Should we add this profiler printing to all of our tests? Then we could gather them and display a performance dashboard.

@ppenna ppenna self-requested a review August 30, 2023 23:24
src/rust/catmem/mod.rs Outdated Show resolved Hide resolved
@ppenna
Copy link
Contributor

ppenna commented Aug 30, 2023

@carvalhof would you remove the profiling from asynchronous code? Those we want to measure from application side. @iyzhang please jump in if you disagree.

@carvalhof
Copy link
Contributor Author

@carvalhof would you remove the profiling from asynchronous code? Those we want to measure from application side. @iyzhang please jump in if you disagree.

Done in 6c6f6b7.

@carvalhof carvalhof force-pushed the enhancement-catmem-profiler branch 2 times, most recently from b854901 to e297e74 Compare August 31, 2023 12:23
@ppenna ppenna force-pushed the enhancement-catmem-profiler branch from e297e74 to 7bb8a9f Compare August 31, 2023 17:17
@ppenna ppenna merged commit 159897d into dev Aug 31, 2023
11 checks passed
@ppenna ppenna deleted the enhancement-catmem-profiler branch August 31, 2023 17:38
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.

[catmem] Add performance counters
3 participants