Home
last modified time | relevance | path

Searched defs:PerformanceData (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/perf/
H A Dintf_performance_data_manager.h65 struct PerformanceData { in CORE_BEGIN_NAMESPACE() struct
67 BASE_NS::fixed_string<TIMING_DATA_NAME_LENGTH> subCategory; in CORE_BEGIN_NAMESPACE()
69 NameToPerformanceMap timings; in CORE_BEGIN_NAMESPACE()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/include/
H A Ddistributed_test_tools.h126 struct PerformanceData { struct
142 PerformanceData(int putGetTimes, int keyLength, int valueLength, in PerformanceData() argument
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/context/
H A Djs_profiler.h115 struct PerformanceData { struct
116 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 representing
119 …t8_t description; // other description, NOTE: we don't do string copy, so const char* must be given
120 uint8_t component;