ElapsedTime
bigtime_t ElapsedTime() const;
double secs = watch.ElapsedTime() / 1000000.0;
fDurationSeconds = static_cast<double>(stopWatch.ElapsedTime()) / 1000000.0;
fDownloadDurationSeconds = ((double)stopWatch.ElapsedTime() / 1000000.0);
fProcessLocalDataDurationSeconds = ((double)stopWatch.ElapsedTime() / 1000000.0);
double secs = watch.ElapsedTime() / 1000000.0;
double durationSeconds = ((double)stopWatch.ElapsedTime() / 1000000.0);
printf("StopWatch \"%s\": %d usecs.\n", fName, (int)ElapsedTime());
watch.ElapsedTime() / numDrawn);
watch.ElapsedTime() / numDrawn);
bigtime_t now = watch.ElapsedTime();
kNumStrings, watch.ElapsedTime());
cat1.CountItems(), watch.ElapsedTime());
cat1.CountItems(), watch.ElapsedTime());
cat->CountItems(), watch.ElapsedTime());
kNumStrings, watch.ElapsedTime());
cat1.CountItems(), watch.ElapsedTime());
cat1.CountItems(), watch.ElapsedTime());
cat->CountItems(), watch.ElapsedTime());
double secs = watch.ElapsedTime() / 1000000.0;
name, watch.ElapsedTime(), secs, uint32(kIterations * kNumStrings / secs));
bigtime_t beforeReset = sw.ElapsedTime();
CPPUNIT_ASSERT(sw.ElapsedTime() < 5000);
bigtime_t elapsed = sw.ElapsedTime();
bigtime_t t1 = sw.ElapsedTime();
bigtime_t t2 = sw.ElapsedTime();
bigtime_t t1 = sw.ElapsedTime();
bigtime_t t2 = sw.ElapsedTime();
bigtime_t t3 = sw.ElapsedTime();