|
|
|
|
139
|
// Comparisons.
|
139
|
// Comparisons.
|
140
|
"positive_percentages": &variable{boolKind, "f", "", helpText(
|
140
|
"positive_percentages": &variable{boolKind, "f", "", helpText(
|
141
|
"Ignore negative samples when computing percentages",
|
141
|
"Ignore negative samples when computing percentages",
|
142
|
- " Do not count negative samples when computing the total value",
|
|
|
143
|
- " of the profile, used to compute percentages. If set, and the -base",
|
|
|
144
|
- " option is used, percentages reported will be computed against the",
|
|
|
145
|
- " main profile, ignoring the base profile.")},
|
|
|
|
|
142
|
+ "Do not count negative samples when computing the total value",
|
|
|
143
|
+ "of the profile, used to compute percentages. If set, and the -base",
|
|
|
144
|
+ "option is used, percentages reported will be computed against the",
|
|
|
145
|
+ "main profile, ignoring the base profile.")},
|
146
|
|
146
|
|
147
|
// Graph handling options.
|
147
|
// Graph handling options.
|
148
|
"call_tree": &variable{boolKind, "f", "", helpText(
|
148
|
"call_tree": &variable{boolKind, "f", "", helpText(
|
|
|
|
|
157
|
"unit": &variable{stringKind, "minimum", "", helpText(
|
157
|
"unit": &variable{stringKind, "minimum", "", helpText(
|
158
|
"Measurement units to display",
|
158
|
"Measurement units to display",
|
159
|
"Scale the sample values to this unit.",
|
159
|
"Scale the sample values to this unit.",
|
160
|
- " For time-based profiles, use seconds, milliseconds, nanoseconds, etc.",
|
|
|
161
|
- " For memory profiles, use megabytes, kilobytes, bytes, etc.",
|
|
|
162
|
- " auto will scale each value independently to the most natural unit.")},
|
|
|
|
|
160
|
+ "For time-based profiles, use seconds, milliseconds, nanoseconds, etc.",
|
|
|
161
|
+ "For memory profiles, use megabytes, kilobytes, bytes, etc.",
|
|
|
162
|
+ "Using auto will scale each value independently to the most natural unit.")},
|
163
|
"compact_labels": &variable{boolKind, "f", "", "Show minimal headers"},
|
163
|
"compact_labels": &variable{boolKind, "f", "", "Show minimal headers"},
|
164
|
"source_path": &variable{stringKind, "", "", "Search path for source files"},
|
164
|
"source_path": &variable{stringKind, "", "", "Search path for source files"},
|
165
|
|
165
|
|