Home
last modified time | relevance | path

Searched refs:profiler (Results 1 - 11 of 11) sorted by relevance

/developtools/profiler/host/smartperf/client/client_command/
H A Dsp_profiler_factory.cpp37 SpProfiler* profiler = nullptr; in GetProfilerItem() local
41 profiler = &CPU::GetInstance(); in GetProfilerItem()
46 profiler = &ProfilerFPS::GetInstance(); in GetProfilerItem()
50 profiler = &GPU::GetInstance(); in GetProfilerItem()
53 profiler = &DDR::GetInstance(); in GetProfilerItem()
56 profiler = &RAM::GetInstance(); in GetProfilerItem()
61 if (profiler == nullptr) { in GetProfilerItem()
62 profiler = GetProfilerItemContinue(messageType); in GetProfilerItem()
64 return profiler; in GetProfilerItem()
69 SpProfiler* profiler in GetProfilerItemContinue() local
176 SpProfiler *profiler = nullptr; GetCmdProfilerItem() local
225 SpProfiler *profiler = nullptr; GetCmdProfilerItemContinue() local
[all...]
H A Dsmartperf_command.cpp184 SpProfiler *profiler = SpProfilerFactory::GetCmdProfilerItem(COMMAND_MAP.at(curParam), true); in GetItemInfo() local
185 if (profiler != nullptr) { in GetItemInfo()
186 std::map<std::string, std::string> data = profiler->ItemData(); in GetItemInfo()
H A Dsp_task.cpp219 SpProfiler *profiler = SpProfilerFactory::GetCmdProfilerItem(COMMAND_MAP.at(itConfig), false); in GetItemData() local
220 if (profiler != nullptr) { in GetItemData()
221 std::map<std::string, std::string> itemMap = profiler->ItemData(); in GetItemData()
/developtools/hiperf/script/
H A Dcommand_script.py108 profiler = PerformanceProfile(args)
109 profiler.profile()
H A Drecord_control.py147 profiler = PerformanceProfile(args, control_module=get_module(args))
148 profiler.profile()
/developtools/profiler/host/smartperf/client/client_command/include/
H A Dsp_thread_socket.h226 SpProfiler *profiler = SpProfilerFactory::GetProfilerItem(iterator->first); in HandleMsg() local
227 if (profiler == nullptr) { in HandleMsg()
228 HandleNullMsg(spSocket, profiler, retCode, recvBuf, iterator); in HandleMsg()
232 profiler->ItemData(); // record the collection point for the first time,no need to return in HandleMsg()
235 data = profiler->ItemData(); in HandleMsg()
238 data = profiler->ItemData(); in HandleMsg()
309 void HandleNullMsg(SpServerSocket &spSocket, SpProfiler *profiler, std::string retCode, std::string recvBuf, in HandleNullMsg() argument
326 } else if (profiler == nullptr && (iterator->first == MessageType::SET_GAME_VIEW)) { in HandleNullMsg()
/developtools/ace_js2bundle/ace-loader/
H A D.eslintrc.js23 profiler: 'readonly',
/developtools/profiler/device/plugins/ffrt_profiler/client/src/
H A Dffrt_profiler_socker_client.cpp29 FfrtProfilerSocketClient::FfrtProfilerSocketClient(int pid, FfrtProfiler* profiler, void (*disableHookCallback)()) in FfrtProfilerSocketClient() argument
30 : pid_(pid), disableHookCallback_(disableHookCallback), profiler_(profiler) in FfrtProfilerSocketClient()
70 PROFILER_LOG_INFO(LOG_CORE, "ffrt profiler client: smbFd: %d, eventFd: %d, shmSize: %d", in ProtocolProc()
76 PROFILER_LOG_INFO(LOG_CORE, "ffrt profiler client: flushInterval: %d, block: %d, clock: %d", in ProtocolProc()
/developtools/profiler/device/plugins/network_profiler/client/src/
H A Dnetwork_profiler_socker_client.cpp28 NetworkProfilerSocketClient::NetworkProfilerSocketClient(int pid, NetworkProfiler* profiler, in NetworkProfilerSocketClient() argument
29 void (*disableHookCallback)()) : pid_(pid), disableHookCallback_(disableHookCallback), profiler_(profiler) in NetworkProfilerSocketClient()
69 PROFILER_LOG_INFO(LOG_CORE, "network profiler client: ProtocolProc: smbFd: %d, eventFd: %d, shmSize: %d", in ProtocolProc()
/developtools/profiler/device/plugins/ffrt_profiler/client/include/
H A Dffrt_profiler_socker_client.h27 FfrtProfilerSocketClient(int pid, FfrtProfiler* profiler, void (*disableHookCallback)());
/developtools/profiler/device/plugins/network_profiler/client/include/
H A Dnetwork_profiler_socker_client.h27 NetworkProfilerSocketClient(int pid, NetworkProfiler* profiler, void (*disableHookCallback)());

Completed in 6 milliseconds