Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dsamples_record.h68 uint64_t asmInterpreterTime = 0; member
Dsamples_record.cpp165 + std::to_string(profileInfo_->asmInterpreterTime) + ",\"aotTime\":" in StringifyStateTimeStatistic()
454 profileInfo_->asmInterpreterTime += static_cast<uint64_t>(timeDelta); in StatisticStateTime()
/arkcompiler/toolchain/tooling/base/
Dpt_types.cpp2540 int64_t asmInterpreterTime; in Create() local
2541 ret = params.GetInt64("asmInterpreterTime", &asmInterpreterTime); in Create()
2543 profile->asmInterpreterTime_ = asmInterpreterTime; in Create()
2636 profile->SetAsmInterpreterTime(static_cast<int64_t>(profileInfo.asmInterpreterTime)); in FromProfileInfo()
Dpt_types.h2155 Profile &SetAsmInterpreterTime(int64_t asmInterpreterTime) in SetAsmInterpreterTime() argument
2157 asmInterpreterTime_ = asmInterpreterTime; in SetAsmInterpreterTime()
/arkcompiler/toolchain/tooling/test/
Ddebugger_types_test.cpp2167 …d":1000, "startTime":10, "endTime":25, "gcTime":25, "cInterpreterTime":25, "asmInterpreterTime":25, in HWTEST_F_L0()
2201 …d":1000, "startTime":10, "endTime":25, "gcTime":25, "cInterpreterTime":25, "asmInterpreterTime":25, in HWTEST_F_L0()