GENIE
|
Functions about getting system time. More...
#include <string>
Go to the source code of this file.
Namespaces | |
genie | |
This is the top-level namespace of the project. | |
genie::utility | |
Functions | |
std::string | genie::utility::currentDateTime () |
Get current data time. More... | |
unsigned long long | genie::utility::getTime () |
Get system time. More... | |
double | genie::utility::getInterval (unsigned long long start, unsigned long long stop) |
Calculate time interval from start to end. More... | |
Functions about getting system time.
Definition in file Timing.h.