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

Added doc link to profile header. #892

Merged
merged 1 commit into from
Sep 3, 2024
Merged

Conversation

ghemawat
Copy link
Contributor

@ghemawat ghemawat commented Sep 3, 2024

Output looks something like:

% pprof -top ...
File: ...
Build ID: ...
Type: cpu
Doc: http://example.com/cpuprofile
Duration: 6.71s, Total samples = 5.72s (85.30%)
Showing nodes accounting for 5.17s, 90.38% of 5.72s total
Dropped 326 nodes (cum <= 0.03s)
...

Output looks something like:

```
% pprof -top ...
File: ...
Build ID: ...
Type: cpu
Doc: http://example.com/cpuprofile
Duration: 6.71s, Total samples = 5.72s (85.30%)
Showing nodes accounting for 5.17s, 90.38% of 5.72s total
Dropped 326 nodes (cum <= 0.03s)
...
```
@codecov-commenter
Copy link

codecov-commenter commented Sep 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 67.34%. Comparing base (0ed6a68) to head (b8fbef6).
Report is 35 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #892      +/-   ##
==========================================
+ Coverage   66.86%   67.34%   +0.48%     
==========================================
  Files          44       44              
  Lines        9824     9825       +1     
==========================================
+ Hits         6569     6617      +48     
+ Misses       2794     2761      -33     
+ Partials      461      447      -14     

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

@aalexand aalexand merged commit a8630ae into google:main Sep 3, 2024
31 checks passed
@ghemawat ghemawat deleted the docurl2 branch September 3, 2024 15:58
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.

3 participants