Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix error and prevent warning in GetTimeMillis() | Claus Klein | 2012-07-27 | 1 | -1/+1 |
| | |||||
* | print edges per second | Peter Kuemmel | 2012-07-15 | 1 | -0/+25 |
| | | | | | | | | | | | prints the rate of finished edges per second to the console, for instance with NINJA_STATUS="[%s/%t %o(%c)/s] ": [132/1922 16.1(14)/s] 16.1 is the average for all processed files (here 132 since start) 14 is the average of the last n files while n is the number specifies by -j (or its default) | ||||
* | Header guards were missing from some header files. | Jonathan Sternberg | 2012-05-30 | 1 | -0/+5 |
| | |||||
* | add a '-d stats' flag for detailed timings | Evan Martin | 2012-01-05 | 1 | -0/+64 |
1) Add a system for recording detailed timing info of functions. 2) Add a -d flag for requesting debug info at runtime, with the above as the first user. |