Analysis Software
Documentation for sPHENIX simulation software
|
#include <JETSCAPE/blob/main/external_packages/hydro_from_external_file/Stopwatch.h>
Public Member Functions | |
Stopwatch () | |
void | tic () |
void | toc () |
double | takeTime () |
Private Attributes | |
time_t | start |
time_t | end |
Definition at line 6 of file Stopwatch.h.
View newest version in sPHENIX GitHub at line 6 of file Stopwatch.h
|
inline |
Definition at line 11 of file Stopwatch.h.
View newest version in sPHENIX GitHub at line 11 of file Stopwatch.h
|
inline |
Definition at line 14 of file Stopwatch.h.
View newest version in sPHENIX GitHub at line 14 of file Stopwatch.h
Referenced by main().
|
inline |
Definition at line 12 of file Stopwatch.h.
View newest version in sPHENIX GitHub at line 12 of file Stopwatch.h
References start.
Referenced by main().
|
inline |
Definition at line 13 of file Stopwatch.h.
View newest version in sPHENIX GitHub at line 13 of file Stopwatch.h
References end.
Referenced by main().
|
private |
Definition at line 9 of file Stopwatch.h.
View newest version in sPHENIX GitHub at line 9 of file Stopwatch.h
Referenced by Stopwatch(), takeTime(), and toc().
|
private |
Definition at line 9 of file Stopwatch.h.
View newest version in sPHENIX GitHub at line 9 of file Stopwatch.h
Referenced by Stopwatch(), takeTime(), and tic().