Home
last modified time | relevance | path

Searched refs:totaltime (Results 1 – 4 of 4) sorted by relevance

/external/eigen/bench/spbench/
Dsp_solver.cpp27 BenchTimer timer,totaltime; in main() local
40 totaltime.start(); in main()
120 totaltime.stop(); in main()
121 cout << "Total time " << totaltime.value() << "\n"; in main()
/external/python/cpython2/Lib/
DcProfile.py104 ct = entry.totaltime # cumtime column of pstats
120 ct = subentry.totaltime
/external/python/cpython3/Lib/
DcProfile.py64 ct = entry.totaltime # cumtime column of pstats
80 ct = subentry.totaltime
/external/toolchain-utils/crosperf/
Dresults_report.py421 totaltime = (time.time() -
423 totaltime_str = 'Total experiment time:\n%d min' % (totaltime // 60)