@@ -80,7 +80,7 @@ enum PerformanceElement {
|
||||
DECLARE_POSTFIX_INCREMENT(PerformanceElement)
|
||||
|
||||
/** Type used to hold a performance timing measurement */
|
||||
typedef uint64 TimingMeasurement;
|
||||
typedef uint64_t TimingMeasurement;
|
||||
|
||||
/**
|
||||
* RAII class for measuring simple elements of performance.
|
||||
|
Reference in New Issue
Block a user