Home
last modified time | relevance | path

Searched defs:profiler (Results 1 – 8 of 8) sorted by relevance

/developtools/profiler/host/smartperf/client/client_command/
Dsp_profiler_factory.cpp37 SpProfiler* profiler = nullptr; in GetProfilerItem() local
68 SpProfiler* profiler = nullptr; in GetProfilerItemContinue() local
175 SpProfiler *profiler = nullptr; in GetCmdProfilerItem() local
224 SpProfiler *profiler = nullptr; in GetCmdProfilerItemContinue() local
Dsmartperf_command.cpp184 … SpProfiler *profiler = SpProfilerFactory::GetCmdProfilerItem(COMMAND_MAP.at(curParam), true); in GetItemInfo() local
Dsp_task.cpp219 … SpProfiler *profiler = SpProfilerFactory::GetCmdProfilerItem(COMMAND_MAP.at(itConfig), false); in GetItemData() local
/developtools/ace_js2bundle/ace-loader/
D.eslintrc.js23 profiler: 'readonly', property
/developtools/profiler/device/plugins/network_profiler/client/src/
Dnetwork_profiler_socker_client.cpp27 NetworkProfilerSocketClient::NetworkProfilerSocketClient(int pid, NetworkProfiler* profiler, in NetworkProfilerSocketClient()
/developtools/profiler/device/plugins/ffrt_profiler/client/src/
Dffrt_profiler_socker_client.cpp28 FfrtProfilerSocketClient::FfrtProfilerSocketClient(int pid, FfrtProfiler* profiler, void (*disableH… in FfrtProfilerSocketClient()
/developtools/profiler/host/smartperf/client/client_command/include/
Dsp_thread_socket.h226 SpProfiler *profiler = SpProfilerFactory::GetProfilerItem(iterator->first); in HandleMsg() local
309 …void HandleNullMsg(SpServerSocket &spSocket, SpProfiler *profiler, std::string retCode, std::strin… in HandleNullMsg()
/developtools/profiler/host/smartperf/client/client_command/test/unittest/
Dsp_daemon_test.cpp267 ProfilerFPS &profiler = ProfilerFPS::GetInstance(); variable