Home
last modified time | relevance | path

Searched refs:PGOProfilerTask (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler.h243 class PGOProfilerTask : public Task { class in panda::ecmascript::pgo::PGOProfiler
245 explicit PGOProfilerTask(PGOProfiler *profiler, int32_t id) in PGOProfilerTask() function in panda::ecmascript::pgo::PGOProfiler::PGOProfilerTask
247 virtual ~PGOProfilerTask() override = default;
251 ECMA_BYTRACE_NAME(HITRACE_TAG_ARK, "PGOProfilerTask::Run");
257 NO_COPY_SEMANTIC(PGOProfilerTask);
258 NO_MOVE_SEMANTIC(PGOProfilerTask);
H A Dpgo_profiler.cpp414 std::make_unique<PGOProfilerTask>(this, vm_->GetJSThread()->GetThreadId())); in DispatchPGODumpTask()

Completed in 6 milliseconds