Skip to content

Commit bf13d0e

Browse files
TCMalloc Teamcopybara-github
authored andcommitted
Update the profile.proto to include some cosmetic changes.
PiperOrigin-RevId: 822155822 Change-Id: I2714365366d0b7acba4f33ab474ea420075bd2b0
1 parent 2f50f1e commit bf13d0e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tcmalloc/internal/profile.proto

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// you may not use this file except in compliance with the License.
55
// You may obtain a copy of the License at
66
//
7-
// http://www.apache.org/licenses/LICENSE-2.0
7+
// http://www.apache.org/licenses/LICENSE-2.0
88
//
99
// Unless required by applicable law or agreed to in writing, software
1010
// distributed under the License is distributed on an "AS IS" BASIS,
@@ -93,11 +93,11 @@ message Profile {
9393
// Index into the string table of the type of the preferred sample
9494
// value. If unset, clients should default to the last sample value.
9595
int64 default_sample_type = 14;
96-
// Documentation link for this profile. The URL must be absolute,
96+
// Documentation link for this profile type. The URL must be absolute,
9797
// e.g., http://pprof.example.com/cpu-profile.html
9898
//
99-
// The URL may be missing if the profile was generated by older code or code
100-
// that did not bother to supply a link.
99+
// The URL may be missing if the profile was generated by code that did not
100+
// supply a link.
101101
int64 doc_url = 15; // Index into string table.
102102
}
103103

0 commit comments

Comments
 (0)