|
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 295 of file build.h.
References Stopwatch::Elapsed(), and stopwatch_.
Referenced by BuildStatus::FormatProgressStatus().
|
inline |
Definition at line 296 of file build.h.
References rate_.
Referenced by BuildStatus::FormatProgressStatus().
|
inline |
Definition at line 294 of file build.h.
References Stopwatch::Restart(), and stopwatch_.
Referenced by BuildStatus::BuildStarted().
|
inline |
Definition at line 298 of file build.h.
References Stopwatch::Elapsed(), rate_, and stopwatch_.
Referenced by BuildStatus::FormatProgressStatus().
|
private |
Definition at line 304 of file build.h.
Referenced by rate(), and UpdateRate().
|
private |
Definition at line 305 of file build.h.
Referenced by Elapsed(), Restart(), and UpdateRate().
1.8.14