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

Implemented margo_monitor_dump #273

Merged
merged 2 commits into from
May 25, 2024
Merged

Implemented margo_monitor_dump #273

merged 2 commits into from
May 25, 2024

Conversation

mdorier
Copy link
Contributor

@mdorier mdorier commented May 24, 2024

This PR adds a margo_monitor_dump function that takes a function pointer and calls it with a serialized representation of the monitor's state. If reset is set to true, this function will also reset to monitor's state.

Copy link

codecov bot commented May 24, 2024

Codecov Report

Attention: Patch coverage is 92.45283% with 8 lines in your changes are missing coverage. Please review.

Project coverage is 57.41%. Comparing base (08032be) to head (a46e4f7).

Files Patch % Lines
src/margo-default-monitoring.c 88.05% 1 Missing and 7 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #273      +/-   ##
==========================================
+ Coverage   57.17%   57.41%   +0.24%     
==========================================
  Files          69       69              
  Lines        9548     9626      +78     
  Branches     1242     1252      +10     
==========================================
+ Hits         5459     5527      +68     
- Misses       3331     3332       +1     
- Partials      758      767       +9     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mdorier mdorier merged commit c6d4485 into main May 25, 2024
7 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators May 25, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant