Home
last modified time | relevance | path

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

/developtools/profiler/hidebug/interfaces/ets/ani/hidebug/src/
Dani_hidebug.cpp135 ApiInvokeRecorder apiInvokeRecorder("getSharedDirty"); in GetSharedDirty() local
145 ApiInvokeRecorder apiInvokeRecorder("getPrivateDirty"); in GetPrivateDirty() local
154 ApiInvokeRecorder apiInvokeRecorder("getCpuUsage"); in GetCpuUsage() local
168 ApiInvokeRecorder apiInvokeRecorder("getNativeHeapAllocatedSize"); in GetNativeHeapAllocatedSize() local
177 ApiInvokeRecorder apiInvokeRecorder("getNativeHeapFreeSize"); in GetNativeHeapFreeSize() local
187 ApiInvokeRecorder apiInvokeRecorder("getServiceDump"); in GetServiceDump() local
213 ApiInvokeRecorder apiInvokeRecorder("getVss"); in GetVss() local
222 ApiInvokeRecorder apiInvokeRecorder("getSystemCpuUsage"); in GetSystemCpuUsage() local
265 ApiInvokeRecorder apiInvokeRecorder("getAppThreadCpuUsage"); in GetAppThreadCpuUsage() local
272 ApiInvokeRecorder apiInvokeRecorder("getAppNativeMemInfo"); in GetAppNativeMemInfo() local
[all …]
/developtools/profiler/hidebug/interfaces/js/kits/napi/
Dnapi_hidebug.cpp162 ApiInvokeRecorder apiInvokeRecorder("startProfiling"); in StartProfiling() local
190 ApiInvokeRecorder apiInvokeRecorder("startJsCpuProfiling"); in StartJsCpuProfiling() local
225 ApiInvokeRecorder apiInvokeRecorder("stopProfiling"); in StopProfiling() local
233 ApiInvokeRecorder apiInvokeRecorder("stopJsCpuProfiling"); in StopJsCpuProfiling() local
249 ApiInvokeRecorder apiInvokeRecorder("getSharedDirty"); in GetSharedDirty() local
258 ApiInvokeRecorder apiInvokeRecorder("getPrivateDirty"); in GetPrivateDirty() local
270 ApiInvokeRecorder apiInvokeRecorder("getCpuUsage", multipleRecordReporter); in GetCpuUsage() local
287 ApiInvokeRecorder apiInvokeRecorder("getNativeHeapAllocatedSize"); in GetNativeHeapAllocatedSize() local
296 ApiInvokeRecorder apiInvokeRecorder("getNativeHeapFreeSize"); in GetNativeHeapFreeSize() local
305 ApiInvokeRecorder apiInvokeRecorder("getServiceDump"); in GetServiceDump() local
[all …]
Dnapi_hidebug_vm.cpp81 ApiInvokeRecorder apiInvokeRecorder("getVMRuntimeStats"); in GetVMRuntimeStats() local
93 ApiInvokeRecorder apiInvokeRecorder("getVMRuntimeStat"); in GetVMRuntimeStat() local
Dnapi_hidebug_dump.cpp238 ApiInvokeRecorder apiInvokeRecorder("dumpHeapData"); in DumpHeapData() local
245 ApiInvokeRecorder apiInvokeRecorder("dumpJsHeapData"); in DumpJsHeapData() local
335 auto apiInvokeRecorder = std::make_shared<ApiInvokeRecorder>("dumpJsRawHeapData"); in DumpJsRawHeapData() local