Home
last modified time | relevance | path

Searched refs:CollectPerfProfiler (Results 1 – 2 of 2) sorted by relevance

/base/hiviewdfx/hiview/plugins/sysevent_source/include/
Dplatform_monitor.h61 void CollectPerfProfiler();
/base/hiviewdfx/hiview/plugins/sysevent_source/
Dplatform_monitor.cpp84 void PlatformMonitor::CollectPerfProfiler() in CollectPerfProfiler() function in OHOS::HiviewDFX::PlatformMonitor
433 auto collectTask = std::bind(&PlatformMonitor::CollectPerfProfiler, this); in StartMonitor()