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 236 of file build.h.
References Stopwatch::Elapsed(), and stopwatch_.
Referenced by BuildStatus::FormatProgressStatus().
|
inline |
Definition at line 237 of file build.h.
References rate_.
Referenced by BuildStatus::FormatProgressStatus().
|
inline |
Definition at line 235 of file build.h.
References Stopwatch::Restart(), and stopwatch_.
Referenced by BuildStatus::PrintStatus().
|
inline |
Definition at line 239 of file build.h.
References Stopwatch::Elapsed(), rate_, and stopwatch_.
Referenced by BuildStatus::FormatProgressStatus().
|
private |
Definition at line 245 of file build.h.
Referenced by rate(), and UpdateRate().
|
private |
Definition at line 246 of file build.h.
Referenced by Elapsed(), Restart(), and UpdateRate().