Report Title:
./bin/raja-perf.exe
Main Report >
Cancellation
>
/home/ignacio/projects/fpchecker/apps/cpu_testing/raja-perf/RAJAPerf-0.3.0/tpl/RAJA/include/RAJA/util/Timer.hpp
Cancellation
Report
Timer.hpp
70 | ... |
71 | gettimeofday(&tstop, 0); |
72 | auto start = std::chrono::seconds(tstart.tv_sec) |
73 | + std::chrono::microseconds(tstart.tv_usec); |
74 | ... |
80 | ... |
81 | void reset() { telapsed = 0; } |
82 |
|
83 | private: |
84 | ... |
100 | ... |
101 | * |
102 | * \brief Timer class that uses std::chrono. |
103 | * |
104 | ... |
106 | ... |
107 | */ |
108 | class ChronoTimer |
109 | { |
110 | ... |
130 | ... |
131 |
|
132 | void reset() { telapsed = 0; } |
133 |
|
134 | ... |