aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1a6163e..33a544d 100644
--- a/README.md
+++ b/README.md
@@ -101,6 +101,8 @@ Starts a new profiling operation.
* Specifies the name of the thread to be profiled.
* If left unspecified, the profiler will only sample the main "server thread".
* The `*` character can be used in place of a name to mark that all threads should be profiled
+* `--regex`
+ * Specifies that the set of threads defined should be interpreted as regex patterns.
* `--not-combined`
* Specifies that threads from a pool should not be combined into a single node.
* `--interval <interval>`