Searched refs:SpProfiler (Results 1 - 19 of 19) sorted by relevance
/developtools/profiler/host/smartperf/client/client_command/include/ |
H A D | sp_profiler_factory.h | 23 static SpProfiler *GetProfilerItem(MessageType messageType); 24 static SpProfiler *GetProfilerItemContinue(MessageType messageType); 30 static SpProfiler *GetCmdProfilerItem(CommandType commandType, bool cmdFlag); 31 static SpProfiler *GetCmdProfilerItemContinue(CommandType commandType, bool cmdFlag);
|
H A D | sp_profiler.h | 20 class SpProfiler { class 22 SpProfiler() {}; in SpProfiler() function in OHOS::SmartPerf::SpProfiler 23 virtual ~SpProfiler() {}; in ~SpProfiler()
|
H A D | DDR.h | 20 class DDR : public SpProfiler {
|
H A D | Power.h | 21 class Power : public SpProfiler {
|
H A D | GPU.h | 22 class GPU : public SpProfiler {
|
H A D | Capture.h | 20 class Capture : public SpProfiler {
|
H A D | Network.h | 21 class Network : public SpProfiler {
|
H A D | Temperature.h | 22 class Temperature : public SpProfiler {
|
H A D | navigation.h | 23 class Navigation : public SpProfiler {
|
H A D | CPU.h | 37 class CPU : public SpProfiler {
|
H A D | FPS.h | 61 class FPS : public SpProfiler {
|
H A D | GpuCounter.h | 37 class GpuCounter : public SpProfiler {
|
H A D | RAM.h | 35 class RAM : public SpProfiler {
|
H A D | sdk_data_recv.h | 46 class SdkDataRecv : public SpProfiler {
|
H A D | profiler_fps.h | 59 class ProfilerFPS : public SpProfiler {
|
H A D | sp_thread_socket.h | 226 SpProfiler *profiler = SpProfilerFactory::GetProfilerItem(iterator->first); in HandleMsg() 309 void HandleNullMsg(SpServerSocket &spSocket, SpProfiler *profiler, std::string retCode, std::string recvBuf, in HandleNullMsg()
|
/developtools/profiler/host/smartperf/client/client_command/ |
H A D | sp_profiler_factory.cpp | 35 SpProfiler *SpProfilerFactory::GetProfilerItem(MessageType messageType) in GetProfilerItem() 37 SpProfiler* profiler = nullptr; in GetProfilerItem() 67 SpProfiler *SpProfilerFactory::GetProfilerItemContinue(MessageType messageType) in GetProfilerItemContinue() 69 SpProfiler* profiler = nullptr; in GetProfilerItemContinue() 174 SpProfiler *SpProfilerFactory::GetCmdProfilerItem(CommandType commandType, bool cmdFlag) in GetCmdProfilerItem() 176 SpProfiler *profiler = nullptr; in GetCmdProfilerItem() 223 SpProfiler *SpProfilerFactory::GetCmdProfilerItemContinue(CommandType commandType, bool cmdFlag) in GetCmdProfilerItemContinue() 225 SpProfiler *profiler = nullptr; in GetCmdProfilerItemContinue()
|
H A D | smartperf_command.cpp | 184 SpProfiler *profiler = SpProfilerFactory::GetCmdProfilerItem(COMMAND_MAP.at(curParam), true); in GetItemInfo()
|
H A D | sp_task.cpp | 219 SpProfiler *profiler = SpProfilerFactory::GetCmdProfilerItem(COMMAND_MAP.at(itConfig), false); in GetItemData()
|
Completed in 7 milliseconds