Searched refs:totaltime (Results 1 – 4 of 4) sorted by relevance
27 BenchTimer timer,totaltime; in main() local40 totaltime.start(); in main()120 totaltime.stop(); in main()121 cout << "Total time " << totaltime.value() << "\n"; in main()
104 ct = entry.totaltime # cumtime column of pstats120 ct = subentry.totaltime
64 ct = entry.totaltime # cumtime column of pstats80 ct = subentry.totaltime
421 totaltime = (time.time() -423 totaltime_str = 'Total experiment time:\n%d min' % (totaltime // 60)