summaryrefslogtreecommitdiffstats
path: root/src/debug_flags.cc
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2016-04-28 19:32:31 (GMT)
committerColin Cross <ccross@android.com>2016-04-28 19:35:01 (GMT)
commitf1b5d2bf37ba6cd10bf7ab4b51877d68eae97cbc (patch)
tree0ce7833c1726ff6eaa985fc277b5493716d2e708 /src/debug_flags.cc
parent644f6b175741469d1a42d218494365a1a401f5d5 (diff)
downloadNinja-f1b5d2bf37ba6cd10bf7ab4b51877d68eae97cbc.zip
Ninja-f1b5d2bf37ba6cd10bf7ab4b51877d68eae97cbc.tar.gz
Ninja-f1b5d2bf37ba6cd10bf7ab4b51877d68eae97cbc.tar.bz2
Fix NINJA_STATUS %e on dumb terminals
PR #999 made dumb terminals only output when edges finish. BuildStatus::overall_rate_ stopwatch is only initialized to the current time when PrintStatus is called with finished_edges_ == 0, but on a dumb terminal it will be called for the first time when finished_edge_ = 1, which results in very long elapsed times: NINJA_STATUS="[%r processes, %f/%t @ %o/s : %es ] " [0 processes, 2/2 @ 0.0/s : 1461869902.367s ] Reset the stopwatches in BuildEdgeFinished before finshed_edges_ is incremented instead.
Diffstat (limited to 'src/debug_flags.cc')
0 files changed, 0 insertions, 0 deletions