Searched refs:totalRunTime (Results 1 – 1 of 1) sorted by relevance
1662 Timer totalRunTime; in run() local1663 totalRunTime.start(); in run()1767 totalRunTime.stop(); in run()1768 printf("Tests completed in %lf seconds\n", totalRunTime.getElapsedTime()); in run()