HomeSort by relevance Sort by last modified time
    Searched defs:totaltime (Results 1 - 2 of 2) 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);

Completed in 2162 milliseconds