HomeSort by relevance Sort by last modified time
    Searched refs:totaltime (Results 1 - 6 of 6) sorted by null

  /external/eigen/bench/spbench/
sp_solver.cpp 27 BenchTimer timer,totaltime; local
40 totaltime.start();
120 totaltime.stop();
121 cout << "Total time " << totaltime.value() << "\n";
  /external/ltp/utils/ffsb-6.0-rc2/
main.c 68 double totaltime = 0.0f, usertime = 0.0f, systime = 0.0f; local
182 totaltime = tvtodouble(&difftime);
184 printf("Benchmark took %.2lf sec\n", totaltime);
202 print_results(&tg_results, totaltime);
218 print_results(&total_results, totaltime);
247 printf("%.1lf%% User Time\n", 100 * usertime / totaltime);
248 printf("%.1lf%% System Time\n", 100 * systime / totaltime);
250 totaltime);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
cProfile.py 104 ct = entry.totaltime # cumtime column of pstats
120 ct = subentry.totaltime
  /external/python/cpython2/Lib/
cProfile.py 104 ct = entry.totaltime # cumtime column of pstats
120 ct = subentry.totaltime
  /external/python/cpython3/Lib/
cProfile.py 64 ct = entry.totaltime # cumtime column of pstats
80 ct = subentry.totaltime
  /external/cldr/tools/java/org/unicode/cldr/icu/
CompareIcuOutput.java 58 long totaltime = System.currentTimeMillis(); local
61 System.out.println("Total time taken: " + (System.currentTimeMillis() - totaltime));

Completed in 340 milliseconds