Home
last modified time | relevance | path

Searched defs:threadMap (Results 1 – 16 of 16) sorted by relevance

/developtools/smartperf_host/smartperf_host/ide/src/trace/component/schedulingAnalysis/processAnalysis/
DTop10LongestRunTimeProcess.ts46 private threadMap: Map<number, string> = new Map(); property in Top10LongestRunTimeProcess
DTop10ProcessSwitchCount.ts46 private threadMap: Map<number, string> = new Map(); property in Top10ProcessSwitchCount
/developtools/profiler/hidebug/frameworks/hidebug_ndk/
Dhidebug_ndk.cpp53 auto threadMap = OHOS::HiviewDFX::HidebugNativeInterface::GetInstance().GetAppThreadCpuUsage(); in OH_HiDebug_GetAppThreadCpuUsage() local
/developtools/smartperf_host/smartperf_host/ide/src/trace/component/trace/sheet/schedswitch/
DTabPaneSchedSwitch.ts56 …private threadMap: Map<string, Array<ThreadInitConfig>> = new Map<string, Array<ThreadInitConfig>>… property in TabPaneSchedSwitch
/developtools/profiler/hidebug/interfaces/ets/ani/hidebug/src/
Dani_hidebug.cpp245 …_array_ref ConvertThreadCpuUsageMapToEts(ani_env *env, const std::map<uint32_t, double> &threadMap) in ConvertThreadCpuUsageMapToEts()
266 …std::map<uint32_t, double> threadMap = HidebugNativeInterface::GetInstance().GetAppThreadCpuUsage(… in GetAppThreadCpuUsage() local
/developtools/profiler/hidebug/frameworks/native/src/
Dhidebug_native_interface_impl.cpp151 std::map<uint32_t, double> threadMap; in GetAppThreadCpuUsage() local
/developtools/smartperf_host/smartperf_host/ide/src/trace/component/trace/sheet/hiperf/
DTabPerfAsyncList.ts43 private threadMap: Map<number, string> = new Map(); property in TabPanePerfAsync
DTabPanePerfAnalysis.ts885 let threadMap = new Map<number, Array<number | string>>(); variable
/developtools/profiler/hidebug/interfaces/cj/
Dhidebug_ffi.cpp121 …std::map<uint32_t, double> threadMap = HidebugNativeInterface::GetInstance().GetAppThreadCpuUsage(… in FfiHidebugGetAppThreadCpuUsage() local
/developtools/smartperf_host/smartperf_host/ide/src/trace/component/trace/sheet/file-system/
DTabPaneFilesystemStatisticsAnalysis.ts893 let threadMap = new Map<string, Array<number | string>>(); // @ts-ignore variable
DTabPaneIOTierStatisticsAnalysis.ts852 let threadMap = new Map<string, Array<number | string>>(); // @ts-ignore variable
DTabPaneVirtualMemoryStatisticsAnalysis.ts806 let threadMap = new Map<string, Array<number | string>>(); // @ts-ignore variable
/developtools/smartperf_host/smartperf_host/ide/src/trace/component/trace/sheet/native-memory/
DTabPaneNMStatisticAnalysis.ts782 let threadMap = new Map<number, Array<number | string>>(); // @ts-ignore variable
/developtools/smartperf_host/smartperf_host/ide/src/trace/database/logic-worker/
DProcedureLogicWorkerSchedulingAnalysis.ts30 threadMap: Map<number, string> = new Map<number, string>(); property in ProcedureLogicWorkerSchedulingAnalysis
/developtools/profiler/hidebug/interfaces/js/kits/napi/
Dnapi_hidebug.cpp447 …hreadCpuUsageMapToJs(napi_env env, napi_value &result, const std::map<uint32_t, double> &threadMap) in ConvertThreadCpuUsageMapToJs()
463 …std::map<uint32_t, double> threadMap = HidebugNativeInterface::GetInstance().GetAppThreadCpuUsage(… in GetAppThreadCpuUsage() local
/developtools/smartperf_host/smartperf_host/ide/src/trace/component/
DSpSystemTrace.ts2386 let threadMap = Utils.getInstance().getThreadMap(Utils.currentSelectTrace); variable