|
@@ -199,7 +199,12 @@ var pprofVariables = variables{
|
199
|
199
|
"tagignore": &variable{stringKind, "", "", helpText(
|
200
|
200
|
"Discard samples with tags in range or matched by regexp",
|
201
|
201
|
"Discard samples that do include a node with a tag matching this regexp.")},
|
202
|
|
-
|
|
202
|
+ "tagshow": &variable{stringKind, "", "", helpText(
|
|
203
|
+ "Only consider tags matching this regexp",
|
|
204
|
+ "Discard tags that do not match this regexp")},
|
|
205
|
+ "taghide": &variable{stringKind, "", "", helpText(
|
|
206
|
+ "Skip tags matching this regexp",
|
|
207
|
+ "Discard tags that match this regexp")},
|
203
|
208
|
// Heap profile options
|
204
|
209
|
"divide_by": &variable{floatKind, "1", "", helpText(
|
205
|
210
|
"Ratio to divide all samples before visualization",
|