Searched defs:PerformanceData (Results 1 – 3 of 3) sorted by relevance
65 struct PerformanceData { in CORE_BEGIN_NAMESPACE() struct67 BASE_NS::fixed_string<TIMING_DATA_NAME_LENGTH> subCategory; in CORE_BEGIN_NAMESPACE()69 NameToPerformanceMap timings; in CORE_BEGIN_NAMESPACE()
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;