-
-
Notifications
You must be signed in to change notification settings - Fork 28
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
pprof: add test and docs #262
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #262 +/- ##
=======================================
Coverage 63.07% 63.07%
=======================================
Files 202 202
Lines 15849 15849
=======================================
Hits 9996 9996
Misses 5853 5853
|
e1f9a9a
to
b374f89
Compare
Deploying scuffle-docrs with Cloudflare Pages
|
We should add a crate doc example |
//! let capture = cpu.capture(std::time::Duration::from_secs(10)).unwrap(); | ||
//! | ||
//! // Write the profile to a file. | ||
//! std::fs::write("capture.pprof", capture).unwrap(); |
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.
Perhaps also show some go pprof
tool commands for generating a flame graph of the capture
?brawl merge |
📌 Commit 3c9671c has been approved and added to the merge queue. Requested by: @TroyKomodo Approved by: @TroyKomodo |
🎉 Build successful! Approved by: @TroyKomodo |
CLOUD-11