Home
last modified time | relevance | path

Searched refs:profiler (Results 1 – 25 of 61) sorted by relevance

123

/developtools/profiler/host/smartperf/client/client_command/
Dsp_profiler_factory.cpp39 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 …]
Dsmartperf_command.cpp146 … 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/
Dts.gni39 …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/
Dts.gni39 …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/
DREADME.md23 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/
Dsp_thread_socket.h174 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()
199profiler->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/
DarkTs.md3 … 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/
DBUILD.gn15 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/
DBUILD.gn15 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/
Dcommand_script.py108 profiler = PerformanceProfile(args)
109 profiler.profile()
Drecord_control.py147 profiler = PerformanceProfile(args, control_module=get_module(args))
148 profiler.profile()
/developtools/profiler/device/plugins/native_daemon/test/
Dnative_daemon.gni13 #OHOS_PROFILER_DIR="//developtools/profiler"
14 native_daemon_path = "//developtools/profiler/device/plugins/native_daemon"
/developtools/ace_js2bundle/ace-loader/
D.eslintrc.js23 profiler: 'readonly', property
/developtools/profiler/device/plugins/ffrt_profiler/client/src/
Dffrt_profiler_socker_client.cpp28 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/
Dnetwork_profiler_socker_client.cpp29 NetworkProfilerSocketClient::NetworkProfilerSocketClient(int pid, NetworkProfiler* profiler, in NetworkProfilerSocketClient() argument
30 …disableHookCallback)()) : pid_(pid), disableHookCallback_(disableHookCallback), profiler_(profiler) in NetworkProfilerSocketClient()
/developtools/profiler/build/
Dlcov.sh19 PREFIX=$TOP/developtools/profiler
/developtools/smartperf_host/trace_streamer/src/protos/services/
Dcommon_types.proto18 // Common message define for profiler tools, imported by profiler and plugin proto file.
/developtools/profiler/host/smartperf/client/client_ui/
DREADME_zh.md10 /developtools/profiler/host/smartperf/client/client_ui
24 │ ├── profiler # 采集逻辑封装目录
/developtools/profiler/protos/services/
Dcommon_types.proto18 // Common message define for profiler tools, imported by profiler and plugin proto file.
/developtools/profiler/proto_encoder/test/
DBUILD.gn15 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/
DFloatBall.ets16 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/
Dnetwork_profiler_socker_client.h27 NetworkProfilerSocketClient(int pid, NetworkProfiler* profiler, void (*disableHookCallback)());
/developtools/profiler/device/plugins/ffrt_profiler/client/include/
Dffrt_profiler_socker_client.h27 FfrtProfilerSocketClient(int pid, FfrtProfiler* profiler, void (*disableHookCallback)());
/developtools/smartperf_host/trace_streamer/
Dpare_third_party.sh182 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/
Dhidebug.gni15 hidebug_path = "//developtools/profiler/hidebug"

123