|
Ninja
|
Public Member Functions | |
| double | Elapsed () const |
| double | rate () |
| RateInfo () | |
| void | Restart () |
| void | UpdateRate (int edges) |
Private Attributes | |
| double | rate_ |
| Stopwatch | stopwatch_ |
|
inline |
Definition at line 270 of file build.h.
References Stopwatch::Elapsed(), and stopwatch_.
Referenced by BuildStatus::FormatProgressStatus().
|
inline |
Definition at line 271 of file build.h.
References rate_.
Referenced by BuildStatus::FormatProgressStatus().
|
inline |
Definition at line 269 of file build.h.
References Stopwatch::Restart(), and stopwatch_.
Referenced by BuildStatus::BuildStarted().
|
inline |
Definition at line 273 of file build.h.
References Stopwatch::Elapsed(), rate_, and stopwatch_.
Referenced by BuildStatus::FormatProgressStatus().
|
private |
Definition at line 279 of file build.h.
Referenced by rate(), and UpdateRate().
|
private |
Definition at line 280 of file build.h.
Referenced by Elapsed(), Restart(), and UpdateRate().
1.8.14