Searched defs:PerformanceData (Results 1 – 2 of 2) sorted by relevance
126 struct PerformanceData { struct142 PerformanceData(int putGetTimes, int keyLength, int valueLength, in PerformanceData() argument
115 struct PerformanceData { struct116 uint64_t start; // count in clock ticks (usually 1ms)117 uint64_t end;118 uint8_t label; // what's the phase this time cost data is representing119 …t8_t description; // other description, NOTE: we don't do string copy, so const char* must be given120 uint8_t component;