Lines Matching refs:StopWatch
54 StopWatch::StopWatch(const char *name, size_t capacity) in StopWatch() function in android_test::StopWatch
67 StopWatch::~StopWatch() in ~StopWatch()
78 void StopWatch::start() in start()
92 void StopWatch::stop() in stop()
100 void StopWatch::setPrintRawMode(bool raw) in setPrintRawMode()
106 void StopWatch::sprint(char **str, size_t *size) in sprint()
149 void StopWatch::checkCapacity() in checkCapacity()
165 void StopWatch::processSamples() in processSamples()
209 double StopWatch::timespecToDouble(const struct timespec& time) in timespecToDouble()
217 void StopWatch::printAverageMinMax(char **str, size_t *size) in printAverageMinMax()
228 void StopWatch::printThroughput(char **str, size_t *size) in printThroughput()