aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLuck <git@lucko.me>2019-02-04 14:34:31 +0000
committerLuck <git@lucko.me>2019-02-04 14:34:31 +0000
commit77c93aeeea763c68a4fd7f5b59afcfc2f6336379 (patch)
tree7bdd7ce13eb18f785b286dc56cbace448793a7c1 /README.md
parent54e902ab314de8791888ef39fa51f0a7529616f7 (diff)
downloadspark-77c93aeeea763c68a4fd7f5b59afcfc2f6336379.tar.gz
spark-77c93aeeea763c68a4fd7f5b59afcfc2f6336379.tar.bz2
spark-77c93aeeea763c68a4fd7f5b59afcfc2f6336379.zip
Add combine-all thread grouping argument
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 33a544d..50fb42a 100644
--- a/README.md
+++ b/README.md
@@ -103,6 +103,8 @@ Starts a new profiling operation.
* 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.
+* `--combine-all`
+ * Specifies that all threads should be combined into a single node.
* `--not-combined`
* Specifies that threads from a pool should not be combined into a single node.
* `--interval <interval>`