Home
last modified time | relevance | path

Searched refs:SetSaveTimestamp (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.h37 void SetSaveTimestamp(std::chrono::system_clock::time_point timestamp) in SetSaveTimestamp() function
Dpgo_profiler.cpp71 SetSaveTimestamp(std::chrono::system_clock::now()); in ProfileCall()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/
Dpgo_profiler_test.cpp139 vm_->GetPGOProfiler()->SetSaveTimestamp(std::chrono::system_clock::now()); in HWTEST_F_L0()
930 vm_->GetPGOProfiler()->SetSaveTimestamp(std::chrono::system_clock::now()); in HWTEST_F_L0()