summaryrefslogtreecommitdiffstats
path: root/doc/manual.asciidoc
diff options
context:
space:
mode:
authorEvan Martin <martine@danga.com>2012-07-27 17:59:19 (GMT)
committerEvan Martin <martine@danga.com>2012-07-27 17:59:19 (GMT)
commitf7a22e3bc97fdeb87d930b7734680c481c6010bf (patch)
tree3e1e2df7ad9b7168a6f6ba17902e9141b957e8be /doc/manual.asciidoc
parent34fdf02dd57fc7b92e61eeee2c2e6e031ed14477 (diff)
parent5d120a0ae4b139761d731d6d0bd70a92aee0fc61 (diff)
downloadNinja-f7a22e3bc97fdeb87d930b7734680c481c6010bf.zip
Ninja-f7a22e3bc97fdeb87d930b7734680c481c6010bf.tar.gz
Ninja-f7a22e3bc97fdeb87d930b7734680c481c6010bf.tar.bz2
Merge pull request #351 from syntheticpp/rate
print edges per second
Diffstat (limited to 'doc/manual.asciidoc')
-rw-r--r--doc/manual.asciidoc2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/manual.asciidoc b/doc/manual.asciidoc
index 4db0565..52cce3b 100644
--- a/doc/manual.asciidoc
+++ b/doc/manual.asciidoc
@@ -218,6 +218,8 @@ Several placeholders are available:
* `%r`: The number of currently running edges.
* `%u`: The number of remaining edges to start.
* `%f`: The number of finished edges.
+* `%o`: Overall rate of finished edges per second
+* `%c`: Current rate of finished edges per second (average over builds specified by -j or its default)
* `%%`: A plain `%` character.
* The default progress status is `"[%s/%t] "` (note the trailing space
to separate from the build rule). Another example of possible progress status