Home
last modified time | relevance | path

Searched refs:SpProfiler (Results 1 - 19 of 19) sorted by relevance

/developtools/profiler/host/smartperf/client/client_command/include/
H A Dsp_profiler_factory.h23 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 Dsp_profiler.h20 class SpProfiler { class
22 SpProfiler() {}; in SpProfiler() function in OHOS::SmartPerf::SpProfiler
23 virtual ~SpProfiler() {}; in ~SpProfiler()
H A DDDR.h20 class DDR : public SpProfiler {
H A DPower.h21 class Power : public SpProfiler {
H A DGPU.h22 class GPU : public SpProfiler {
H A DCapture.h20 class Capture : public SpProfiler {
H A DNetwork.h21 class Network : public SpProfiler {
H A DTemperature.h22 class Temperature : public SpProfiler {
H A Dnavigation.h23 class Navigation : public SpProfiler {
H A DCPU.h37 class CPU : public SpProfiler {
H A DFPS.h61 class FPS : public SpProfiler {
H A DGpuCounter.h37 class GpuCounter : public SpProfiler {
H A DRAM.h35 class RAM : public SpProfiler {
H A Dsdk_data_recv.h46 class SdkDataRecv : public SpProfiler {
H A Dprofiler_fps.h59 class ProfilerFPS : public SpProfiler {
H A Dsp_thread_socket.h226 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 Dsp_profiler_factory.cpp35 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 Dsmartperf_command.cpp184 SpProfiler *profiler = SpProfilerFactory::GetCmdProfilerItem(COMMAND_MAP.at(curParam), true); in GetItemInfo()
H A Dsp_task.cpp219 SpProfiler *profiler = SpProfilerFactory::GetCmdProfilerItem(COMMAND_MAP.at(itConfig), false); in GetItemData()

Completed in 7 milliseconds