-
Notifications
You must be signed in to change notification settings - Fork 35
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
Enable custom profiling interval via CLI flag (#357) #437
base: main
Are you sure you want to change the base?
Commits on Oct 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 158116b - Browse repository at this point
Copy the full SHA 158116bView commit details -
Update the profiler mode checking function
Add match case for when interval is None, and when one exists
Configuration menu - View commit details
-
Copy full SHA for 882a9ff - Browse repository at this point
Copy the full SHA 882a9ffView commit details -
Add
profile_guest_interval()
to RunArgs aswellalso update `profile_guest()`, ignore interval in that function
Configuration menu - View commit details
-
Copy full SHA for 8b65baa - Browse repository at this point
Copy the full SHA 8b65baaView commit details -
Configuration menu - View commit details
-
Copy full SHA for f2e07d0 - Browse repository at this point
Copy the full SHA f2e07d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 927c59c - Browse repository at this point
Copy the full SHA 927c59cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 13f2cd2 - Browse repository at this point
Copy the full SHA 13f2cd2View commit details -
Update ExecuteCtx arguments in tests
Pass `None` for profiling interval in tests
Configuration menu - View commit details
-
Copy full SHA for 1a88bd0 - Browse repository at this point
Copy the full SHA 1a88bd0View commit details -
Update example code in comments
ExecuteCtx::new takes an additional argument now, namely the profiling interval.
Configuration menu - View commit details
-
Copy full SHA for 86f7c58 - Browse repository at this point
Copy the full SHA 86f7c58View commit details
Commits on Oct 25, 2024
-
Support humantime compatible profile interval
- Should be allowed to pass interval as `100ms` or `100` and default to milliseconds
Configuration menu - View commit details
-
Copy full SHA for 6042fe9 - Browse repository at this point
Copy the full SHA 6042fe9View commit details