/developtools/profiler/host/smartperf/client/client_command/ |
D | sp_profiler_factory.cpp | 39 SpProfiler *profiler = nullptr; in GetProfilerItem() local 43 profiler = &CPU::GetInstance(); in GetProfilerItem() 45 profiler = &ProfilerFPS::GetInstance(); in GetProfilerItem() 47 profiler = &GPU::GetInstance(); in GetProfilerItem() 49 profiler = &DDR::GetInstance(); in GetProfilerItem() 51 profiler = &RAM::GetInstance(); in GetProfilerItem() 53 profiler = &MEMORY::GetInstance(); in GetProfilerItem() 55 profiler = &Temperature::GetInstance(); in GetProfilerItem() 57 profiler = &Power::GetInstance(); in GetProfilerItem() 62 profiler = &Capture::GetInstance(); in GetProfilerItem() [all …]
|
D | smartperf_command.cpp | 146 … SpProfiler *profiler = SpProfilerFactory::GetCmdProfilerItem(COMMAND_MAP.at(curParam), true); in ExecCommand() local 147 if (profiler != nullptr) { in ExecCommand() 148 std::map<std::string, std::string> data = profiler->ItemData(); in ExecCommand()
|
/developtools/smartperf_host/trace_streamer/sdk/demo_sdk/ |
D | ts.gni | 39 …OHOS_FTRACE_PROTO_DIR = "//developtools/profiler/protos/types/plugins/ftrace_data/${kernel_version… 41 "//developtools/profiler/protos/types/plugins/memory_data" 43 "//developtools/profiler/protos/types/plugins/hilog_data" 45 "//developtools/profiler/protos/types/plugins/native_hook" 47 "//developtools/profiler/protos/types/plugins/hidump_data" 48 OHOS_SERVICE_PROTO_DIR = "//developtools/profiler/protos/services" 49 OHOS_PROTO_GEN = "//out/ohos-arm-release/gen/cpp/developtools/profiler/protos"
|
/developtools/smartperf_host/trace_streamer/sdk/demo_sdk/sdk/ |
D | ts.gni | 39 …OHOS_FTRACE_PROTO_DIR = "//developtools/profiler/protos/types/plugins/ftrace_data/${kernel_version… 41 "//developtools/profiler/protos/types/plugins/memory_data" 43 "//developtools/profiler/protos/types/plugins/hilog_data" 45 "//developtools/profiler/protos/types/plugins/native_hook" 47 "//developtools/profiler/protos/types/plugins/hidump_data" 48 OHOS_SERVICE_PROTO_DIR = "//developtools/profiler/protos/services" 49 OHOS_PROTO_GEN = "//out/ohos-arm-release/gen/cpp/developtools/profiler/protos"
|
/developtools/smartperf_host/trace_streamer/test/unittest/ |
D | README.md | 23 rm -rf ~/OHOS_STD/developtools/profiler/build/html 39 cd /home/ohos/OHOS_STD/developtools/profiler/build 41 在代码根目录执行:./developtools/profiler/build/lcov.sh 42 … pull /data/test/hiprofiler_ts_ut.xml ~/OHOS_STD/developtools/profiler/build/html/ 43 报告位置:~/OHOS_STD/developtools/profiler/build/html/index.html 49 需要把libsqlite.z.so push到设备的system/lib目录,在developtools/profiler/device/ohos_test.xml文件增加push命令
|
/developtools/profiler/host/smartperf/client/client_command/include/ |
D | sp_thread_socket.h | 174 SpProfiler *profiler = SpProfilerFactory::GetProfilerItem(iterator->first); in HandleMsg() local 175 if (profiler == nullptr && (iterator->first == MessageType::SET_PKG_NAME)) { in HandleMsg() 179 } else if (profiler == nullptr && (iterator->first == MessageType::CATCH_TRACE_CONFIG || in HandleMsg() 182 } else if (profiler == nullptr && (iterator->first == MessageType::BACK_TO_DESKTOP)) { in HandleMsg() 185 } else if (profiler == nullptr) { in HandleMsg() 197 data = profiler->ItemData(); in HandleMsg() 199 … profiler->ItemData(); // record the collection point for the first time,no need to return in HandleMsg() 202 data = profiler->ItemData(); in HandleMsg() 205 data = profiler->ItemData(); in HandleMsg()
|
/developtools/smartperf_host/trace_streamer/doc/ |
D | arkTs.md | 3 … Profiler数据解析结果输出js_cpu_profiler_node和js_cpu_profiler_sample两张表,分别记录cpu profiler的node节点信息和sample节点… 19 ## cpu profiler数据格式说明 21 cpu profiler文件是json格式,包含以下主要节点: 78 cpu profiler的数据一次上报完成,以{"id":3,"result":{}}作为起始标识,包含在json[profile]节点下,取上报外层的数据作为结束时间。 130 取cpu profiler文件中startTime作为起始时间,sample中每个下标对应的时间为startTime+ timeDeltas中每个下标对应的时间。
|
/developtools/profiler/hidebug/test/unittest/native/ |
D | BUILD.gn | 15 import("//developtools/profiler/hidebug/hidebug.gni") 25 "//developtools/profiler/hidebug/interfaces/native/innerkits:libhidebug", 29 "//developtools/profiler/hidebug/interfaces/native/innerkits/include",
|
/developtools/profiler/hidebug/interfaces/native/innerkits/ |
D | BUILD.gn | 15 import("//developtools/profiler/hidebug/hidebug.gni") 26 [ "//developtools/profiler/hidebug/frameworks/native:libhidebug_source" ] 54 "//developtools/profiler/hidebug/frameworks/native:libhidebug_init_source",
|
/developtools/hiperf/script/ |
D | command_script.py | 108 profiler = PerformanceProfile(args) 109 profiler.profile()
|
D | record_control.py | 147 profiler = PerformanceProfile(args, control_module=get_module(args)) 148 profiler.profile()
|
/developtools/profiler/device/plugins/native_daemon/test/ |
D | native_daemon.gni | 13 #OHOS_PROFILER_DIR="//developtools/profiler" 14 native_daemon_path = "//developtools/profiler/device/plugins/native_daemon"
|
/developtools/ace_js2bundle/ace-loader/ |
D | .eslintrc.js | 23 profiler: 'readonly', property
|
/developtools/profiler/device/plugins/ffrt_profiler/client/src/ |
D | ffrt_profiler_socker_client.cpp | 28 FfrtProfilerSocketClient::FfrtProfilerSocketClient(int pid, FfrtProfiler* profiler, void (*disableH… in FfrtProfilerSocketClient() argument 29 : pid_(pid), disableHookCallback_(disableHookCallback), profiler_(profiler) in FfrtProfilerSocketClient()
|
/developtools/profiler/device/plugins/network_profiler/client/src/ |
D | network_profiler_socker_client.cpp | 29 NetworkProfilerSocketClient::NetworkProfilerSocketClient(int pid, NetworkProfiler* profiler, in NetworkProfilerSocketClient() argument 30 …disableHookCallback)()) : pid_(pid), disableHookCallback_(disableHookCallback), profiler_(profiler) in NetworkProfilerSocketClient()
|
/developtools/profiler/build/ |
D | lcov.sh | 19 PREFIX=$TOP/developtools/profiler
|
/developtools/smartperf_host/trace_streamer/src/protos/services/ |
D | common_types.proto | 18 // Common message define for profiler tools, imported by profiler and plugin proto file.
|
/developtools/profiler/host/smartperf/client/client_ui/ |
D | README_zh.md | 10 /developtools/profiler/host/smartperf/client/client_ui 24 │ ├── profiler # 采集逻辑封装目录
|
/developtools/profiler/protos/services/ |
D | common_types.proto | 18 // Common message define for profiler tools, imported by profiler and plugin proto file.
|
/developtools/profiler/proto_encoder/test/ |
D | BUILD.gn | 15 import("//developtools/profiler/device/base/config.gni") 16 import("//developtools/profiler/protos/protos.gni")
|
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/pages/ |
D | FloatBall.ets | 16 import { TaskStatus } from '../common/profiler/base/ProfilerConstant'; 17 import { ProfilerTask } from '../common/profiler/ProfilerTask'; 19 import WorkerHandler from '../common/profiler/WorkerHandler'; 22 import { CollectorType } from '../common/profiler/base/ProfilerConstant'
|
/developtools/profiler/device/plugins/network_profiler/client/include/ |
D | network_profiler_socker_client.h | 27 NetworkProfilerSocketClient(int pid, NetworkProfiler* profiler, void (*disableHookCallback)());
|
/developtools/profiler/device/plugins/ffrt_profiler/client/include/ |
D | ffrt_profiler_socker_client.h | 27 FfrtProfilerSocketClient(int pid, FfrtProfiler* profiler, void (*disableHookCallback)());
|
/developtools/smartperf_host/trace_streamer/ |
D | pare_third_party.sh | 182 rm -rf profiler 185 mkdir -p profiler/device/plugins/ftrace_plugin/include 186 …ools_profiler/device/plugins/ftrace_plugin/include/ftrace_common_type.h profiler/device/plugins/ft… 187 …$cp developtools_profiler/device/plugins/ftrace_plugin/include/ftrace_namespace.h profiler/device/…
|
/developtools/profiler/hidebug/ |
D | hidebug.gni | 15 hidebug_path = "//developtools/profiler/hidebug"
|