Return the elapsed time in seconds between the last start/stop pair */
| 98 | /** Return the elapsed time in seconds between the last start/stop pair |
| 99 | */ |
| 100 | inline double value(int TIMER = CPU_TIMER) const |
| 101 | { |
| 102 | return m_times[TIMER]; |
| 103 | } |
| 104 | |
| 105 | /** Return the best elapsed time in seconds |
| 106 | */ |
no outgoing calls