Home
last modified time | relevance | path

Searched refs:arkuiEngineTime (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dsamples_record.h72 uint64_t arkuiEngineTime = 0; member
Dsamples_record.cpp169 + std::to_string(profileInfo_->arkuiEngineTime) + ",\"runtimeTime\":" in StringifyStateTimeStatistic()
470 profileInfo_->arkuiEngineTime += static_cast<uint64_t>(timeDelta); in StatisticStateTime()
/arkcompiler/toolchain/tooling/base/
Dpt_types.cpp2572 int64_t arkuiEngineTime; in Create() local
2573 ret = params.GetInt64("arkuiEngineTime", &arkuiEngineTime); in Create()
2575 profile->arkuiEngineTime_ = arkuiEngineTime; in Create()
2640 profile->SetArkuiEngineTime(static_cast<int64_t>(profileInfo.arkuiEngineTime)); in FromProfileInfo()
Dpt_types.h2199 Profile &SetArkuiEngineTime(int64_t arkuiEngineTime) in SetArkuiEngineTime() argument
2201 arkuiEngineTime_ = arkuiEngineTime; in SetArkuiEngineTime()
/arkcompiler/toolchain/tooling/test/
Ddebugger_types_test.cpp2168 …"aotTime":25, "builtinTime":25, "napiTime":25, "arkuiEngineTime":25, "runtimeTime":25, "otherTime"… in HWTEST_F_L0()
2202 …"aotTime":25, "builtinTime":25, "napiTime":25, "arkuiEngineTime":25, "runtimeTime":25, "otherTime"… in HWTEST_F_L0()