|
CORSIKA
@c8_version@
The framework to simulate particle cascades for astroparticle physics
|
Public Member Functions | |
| void | startTimer () |
| Start the timer. | |
| void | stopTimer () |
| Stop the timer. | |
| duration_type | getTime () const |
| Returns the runtime of the last call to the wrapped function. More... | |
Protected Types | |
| using | clock_type = TClock |
| Default clock used for time measurement. | |
| using | duration_type = TDuration |
| Internal resolution of the time measurement. | |
Protected Attributes | |
| clock_type::time_point | start_ |
| Startpoint of time measurement. | |
| duration_type | timeDiff_ |
| Measured runtime of the function. | |
|
inline |