-
Notifications
You must be signed in to change notification settings - Fork 4
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
Add wall-time profiles to ProfileEndpoints.jl #50
Conversation
NHDaly
commented
Dec 24, 2024
- Through the HTTP endpoints:
- /profile_wall
- /profile_wall_start
- /profile_wall_stop
- Through the debug super-endpoint:
- /debug_engine profile_type="wall_profile"
- /debug_engine profile_type="wall_profile_start"
- /debug_engine profile_type="wall_profile_stop"
- Through the HTTP endpoints: - /profile_wall - /profile_wall_start - /profile_wall_stop - Through the debug super-endpoint: - /debug_engine profile_type="wall_profile" - /debug_engine profile_type="wall_profile_start" - /debug_engine profile_type="wall_profile_stop"
Tagging @vustef for review. |
1d55504
to
9136f9a
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #50 +/- ##
===========================================
- Coverage 90.00% 76.33% -13.67%
===========================================
Files 1 1
Lines 190 262 +72
===========================================
+ Hits 171 200 +29
- Misses 19 62 +43 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Nathan! Looking good to me, as far as I can tell.