We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05f3f57 commit eeec1cbCopy full SHA for eeec1cb
proto/profile.proto
@@ -58,9 +58,9 @@ message Profile {
58
// Mapping from address ranges to the image/binary/library mapped
59
// into that address range. mapping[0] will be the main binary.
60
repeated Mapping mapping = 3;
61
- // Useful program location
+ // Locations referenced by samples.
62
repeated Location location = 4;
63
- // Functions referenced by locations
+ // Functions referenced by locations.
64
repeated Function function = 5;
65
// A common table for strings referenced by various messages.
66
// string_table[0] must always be "".
0 commit comments