|
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 240 of file build.h.
References Stopwatch::Elapsed(), and stopwatch_.
Referenced by BuildStatus::FormatProgressStatus().
|
inline |
Definition at line 241 of file build.h.
References rate_.
Referenced by BuildStatus::FormatProgressStatus().
|
inline |
Definition at line 239 of file build.h.
References Stopwatch::Restart(), and stopwatch_.
Referenced by BuildStatus::PrintStatus().
|
inline |
Definition at line 243 of file build.h.
References Stopwatch::Elapsed(), rate_, and stopwatch_.
Referenced by BuildStatus::FormatProgressStatus().
|
private |
Definition at line 249 of file build.h.
Referenced by rate(), and UpdateRate().
|
private |
Definition at line 250 of file build.h.
Referenced by Elapsed(), Restart(), and UpdateRate().
1.8.9.1