Home
last modified time | relevance | path

Searched defs:apiInvokeRecorder (Results 1 – 2 of 2) sorted by relevance

/developtools/profiler/hidebug/interfaces/js/kits/napi/
Dnapi_hidebug.cpp207 ApiInvokeRecorder apiInvokeRecorder("startProfiling"); in StartProfiling() local
235 ApiInvokeRecorder apiInvokeRecorder("startJsCpuProfiling"); in StartJsCpuProfiling() local
270 ApiInvokeRecorder apiInvokeRecorder("stopProfiling"); in StopProfiling() local
278 ApiInvokeRecorder apiInvokeRecorder("stopJsCpuProfiling"); in StopJsCpuProfiling() local
301 ApiInvokeRecorder apiInvokeRecorder("getSharedDirty"); in GetSharedDirty() local
317 ApiInvokeRecorder apiInvokeRecorder("getPrivateDirty"); in GetPrivateDirty() local
336 ApiInvokeRecorder apiInvokeRecorder("getCpuUsage", multipleRecordReporter); in GetCpuUsage() local
355 ApiInvokeRecorder apiInvokeRecorder("getNativeHeapAllocatedSize"); in GetNativeHeapAllocatedSize() local
364 ApiInvokeRecorder apiInvokeRecorder("getNativeHeapFreeSize"); in GetNativeHeapFreeSize() local
373 ApiInvokeRecorder apiInvokeRecorder("getServiceDump"); in GetServiceDump() local
[all …]
Dnapi_hidebug_dump.cpp237 ApiInvokeRecorder apiInvokeRecorder("dumpHeapData"); in DumpHeapData() local
244 ApiInvokeRecorder apiInvokeRecorder("dumpJsHeapData"); in DumpJsHeapData() local
335 auto apiInvokeRecorder = std::make_shared<ApiInvokeRecorder>("dumpJsRawHeapData"); in DumpJsRawHeapData() local