Home
last modified time | relevance | path

Searched refs:asmInterpreterDeoptTime (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
H A Dsamples_record.h71 uint64_t asmInterpreterDeoptTime = 0; member
H A Dsamples_record.cpp164 + std::to_string(profileInfo_->aotTime) + ",\"asmInterpreterDeoptTime\":" in StringifyStateTimeStatistic()
165 + std::to_string(profileInfo_->asmInterpreterDeoptTime) + ",\"builtinTime\":" in StringifyStateTimeStatistic()
307 profileInfo_->asmInterpreterDeoptTime += static_cast<uint64_t>(timeDelta); in StatisticStateTime()
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/tests/
H A Dsamples_record_test.cpp184 EXPECT_EQ(profileInfo->asmInterpreterDeoptTime, 100); in HWTEST_F_L0()

Completed in 3 milliseconds