Skip to content

Commit

Permalink
Pick up changes from pprof's copy of profile.proto
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 669350670
Change-Id: I8b37df0045f2261d5c1c962501f6a6b225378884
  • Loading branch information
TCMalloc Team authored and copybara-github committed Aug 30, 2024
1 parent bdc3db9 commit 0bdea50
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tcmalloc/internal/profile.proto
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,12 @@ message Profile {
// Index into the string table of the type of the preferred sample
// value. If unset, clients should default to the last sample value.
int64 default_sample_type = 14;
// Documentation link for this profile. The URL must be absolute,
// e.g., http://pprof.example.com/cpu-profile.html
//
// The URL may be missing if the profile was generated by older code or code
// that did not bother to supply a link.
int64 doc_url = 15; // Index into string table.
}

// ValueType describes the semantics and measurement units of a value.
Expand Down

0 comments on commit 0bdea50

Please sign in to comment.