Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
H A Dsamples_record.h76 uint64_t jitTime = 0; member
H A Dsamples_record.cpp169 + std::to_string(profileInfo_->runtimeTime) + ",\"jitTime\":" in StringifyStateTimeStatistic()
170 + std::to_string(profileInfo_->jitTime) + ",\"otherTime\":" in StringifyStateTimeStatistic()
343 profileInfo_->jitTime += static_cast<uint64_t>(timeDelta); in StatisticStateTime()
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/tests/
H A Dsamples_record_test.cpp193 EXPECT_EQ(profileInfo->jitTime, 109); in HWTEST_F_L0()

Completed in 3 milliseconds