Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/tooling/
Dtools.h32 void CreateSamplingProfiler();
Dtools.cpp27 void Tools::CreateSamplingProfiler() in CreateSamplingProfiler() function in ark::tooling::Tools
/arkcompiler/runtime_core/static_core/runtime/
Druntime.cpp368 instance_->GetTools().CreateSamplingProfiler(); in Create()