Home
last modified time | relevance | path

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

/developtools/profiler/hidebug/interfaces/js/kits/napi/util/
H A Dhiappevent_util.cpp34 int64_t ApiInvokeRecorder::processId_ = -1;
36 ApiInvokeRecorder::ApiInvokeRecorder(std::string apiName) : apiName_(std::move(apiName)), in ApiInvokeRecorder() function in OHOS::HiviewDFX::ApiInvokeRecorder
39 ApiInvokeRecorder::~ApiInvokeRecorder() in ~ApiInvokeRecorder()
62 void ApiInvokeRecorder::SetErrorCode(int errorCode) in SetErrorCode()
67 void ApiInvokeRecorder::InitProcessor() in InitProcessor()
H A Dhiappevent_util.h22 class ApiInvokeRecorder { class
24 explicit ApiInvokeRecorder(std::string apiName);
25 ~ApiInvokeRecorder();
/developtools/profiler/hidebug/interfaces/js/kits/napi/
H A Dnapi_hidebug.cpp317 ApiInvokeRecorder apiInvokeRecorder("startProfiling"); in StartProfiling()
345 ApiInvokeRecorder apiInvokeRecorder("startJsCpuProfiling"); in StartJsCpuProfiling()
380 ApiInvokeRecorder apiInvokeRecorder("stopProfiling"); in StopProfiling()
388 ApiInvokeRecorder apiInvokeRecorder("stopJsCpuProfiling"); in StopJsCpuProfiling()
396 ApiInvokeRecorder apiInvokeRecorder("dumpHeapData"); in DumpHeapData()
420 ApiInvokeRecorder apiInvokeRecorder("dumpJsHeapData"); in DumpJsHeapData()
465 ApiInvokeRecorder apiInvokeRecorder("getSharedDirty"); in GetSharedDirty()
481 ApiInvokeRecorder apiInvokeRecorder("getPrivateDirty"); in GetPrivateDirty()
497 ApiInvokeRecorder apiInvokeRecorder("getCpuUsage"); in GetCpuUsage()
516 ApiInvokeRecorder apiInvokeRecorde in GetNativeHeapAllocatedSize()
[all...]

Completed in 3 milliseconds