22 #ifndef CRNTimer_HEADER
23 #define CRNTimer_HEADER
66 static double getTime();
70 using StopTime = std::pair<String, double>;
74 std::vector<StopTime> stops;
78 static std::map<String, StopWatch> stopwatches;
A UTF32 character string class.
static String Stats(const String &timername)
Dumps statistics to a string.
static double Split(const String &timername, const String &splitname)
Records time in a stopwatch.
static void Destroy(const String &timername)
Frees a stopwatch.
static double Stop()
Stops the quick stopwatch.
static void Start()
Starts the quick stopwatch.