Home | History | Annotate | Download | only in libutils

Lines Matching refs:StopWatch

17 #define LOG_TAG "StopWatch"
19 #include <utils/StopWatch.h>
33 StopWatch::StopWatch(const char* name, int clock) : mName(name), mClock(clock) {
37 StopWatch::~StopWatch()
41 ALOGD("StopWatch %s (us): %" PRId64 " ", mName, ns2us(elapsed));
49 const char* StopWatch::name() const
54 nsecs_t StopWatch::lap()
68 nsecs_t StopWatch::elapsedTime() const
73 void StopWatch::reset()