/developtools/profiler/host/smartperf/client/client_command/ |
H A D | sp_profiler_factory.cpp | 37 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 D | smartperf_command.cpp | 184 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 D | sp_task.cpp | 219 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 D | command_script.py | 108 profiler = PerformanceProfile(args) 109 profiler.profile()
|
H A D | record_control.py | 147 profiler = PerformanceProfile(args, control_module=get_module(args)) 148 profiler.profile()
|
/developtools/profiler/host/smartperf/client/client_command/include/ |
H A D | sp_thread_socket.h | 226 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.js | 23 profiler: 'readonly',
|
/developtools/profiler/device/plugins/ffrt_profiler/client/src/ |
H A D | ffrt_profiler_socker_client.cpp | 29 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 D | network_profiler_socker_client.cpp | 28 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 D | ffrt_profiler_socker_client.h | 27 FfrtProfilerSocketClient(int pid, FfrtProfiler* profiler, void (*disableHookCallback)());
|
/developtools/profiler/device/plugins/network_profiler/client/include/ |
H A D | network_profiler_socker_client.h | 27 NetworkProfilerSocketClient(int pid, NetworkProfiler* profiler, void (*disableHookCallback)());
|