Minetest 5.9.0-dev
 
Loading...
Searching...
No Matches
timetaker.h File Reference
#include <string>
#include "irrlichttypes.h"
+ Include dependency graph for timetaker.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TimeTaker
 

Enumerations

enum  TimePrecision : s8 { PRECISION_SECONDS , PRECISION_MILLI , PRECISION_MICRO , PRECISION_NANO }
 

Variables

constexpr const char * TimePrecision_units []
 

Enumeration Type Documentation

◆ TimePrecision

enum TimePrecision : s8
Enumerator
PRECISION_SECONDS 
PRECISION_MILLI 
PRECISION_MICRO 
PRECISION_NANO 

Variable Documentation

◆ TimePrecision_units

constexpr const char* TimePrecision_units[]
constexpr
Initial value:
= {
"s" ,
"ms" ,
"us" ,
"ns" ,
}

Referenced by ScopeProfiler::ScopeProfiler(), and TimeTaker::stop().