|
ExaDG
|
#include <timer.h>
Public Member Functions | |
| DealSpectrumTimer () | |
| void | start (std::string label) |
| void | stop (std::string label) |
| void | append (std::string label) |
| void | printTimings () |
Public Attributes | |
| std::map< std::string, Instance > | m |
Class for timing
|
inline |
Constructor
|
inline |
stop timing: add new timing to new timing
| label | label assigned to timing instance |
|
inline |
write timing statistics to screen
TODO: write to stream
|
inline |
start timing
| label | label assigned to timing instance |
|
inline |
stop timing: overwrite old timing with new timing
| label | label assigned to timing instance |