Home
last modified time | relevance | path

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

123

/developtools/profiler/host/smartperf/client/client_command/
Dsp_profiler_factory.cpp31 SpProfiler *profiler = nullptr; in GetProfilerItem() local
36 profiler = &CPU::GetInstance(); in GetProfilerItem()
39 profiler = &FPS::GetInstance(); in GetProfilerItem()
43 profiler = &GPU::GetInstance(); in GetProfilerItem()
46 profiler = &DDR::GetInstance(); in GetProfilerItem()
49 profiler = &RAM::GetInstance(); in GetProfilerItem()
52 profiler = &Temperature::GetInstance(); in GetProfilerItem()
55 profiler = &Power::GetInstance(); in GetProfilerItem()
78 return profiler; in GetProfilerItem()
92 SpProfiler *profiler = nullptr; in GetCmdProfilerItem() local
[all …]
DREADME_zh.md10 /developtools/profiler/host/smartperf/client/client_command
61 -N set num of profiler <must be non-null>
62 -PKG set pkgname of profiler
63 -PID set process id of profiler
Dsmartperf_command.cpp120 SpProfiler *profiler = SpProfilerFactory::GetCmdProfilerItem(commandMap.at(curParam)); in ExecCommand() local
121 if (profiler != nullptr) { in ExecCommand()
122 std::map<std::string, std::string> data = profiler->ItemData(); in ExecCommand()
/developtools/profiler/host/smartperf/trace_streamer/
Dbuild.sh44 mkdir -p out/$1/clang_x64/developtools/profiler
45 …cp out/$target_os/clang_x64/developtools/profiler/protoc out/$1/clang_x64/developtools/profiler/pr…
49 mkdir -p out/$1/clang_x64/developtools/profiler
50 …cp out/$target_os/clang_x64/developtools/profiler/protoreader_plugin out/$1/clang_x64/developtools…
/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/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/dubai_sdk/sdk/
Dts.gni37 …OHOS_FTRACE_PROTO_DIR = "//developtools/profiler/protos/types/plugins/ftrace_data/${kernel_version…
39 "//developtools/profiler/protos/types/plugins/memory_data"
41 "//developtools/profiler/protos/types/plugins/hilog_data"
43 "//developtools/profiler/protos/types/plugins/native_hook"
45 "//developtools/profiler/protos/types/plugins/hidump_data"
46 OHOS_SERVICE_PROTO_DIR = "//developtools/profiler/protos/services"
47 OHOS_PROTO_GEN = "//out/ohos-arm-release/gen/cpp/developtools/profiler/protos"
/developtools/smartperf_host/trace_streamer/sdk/dubai_sdk/
Dts.gni37 …OHOS_FTRACE_PROTO_DIR = "//developtools/profiler/protos/types/plugins/ftrace_data/${kernel_version…
39 "//developtools/profiler/protos/types/plugins/memory_data"
41 "//developtools/profiler/protos/types/plugins/hilog_data"
43 "//developtools/profiler/protos/types/plugins/native_hook"
45 "//developtools/profiler/protos/types/plugins/hidump_data"
46 OHOS_SERVICE_PROTO_DIR = "//developtools/profiler/protos/services"
47 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/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/host/smartperf/client/client_command/include/
Dsp_thread_socket.h122 SpProfiler *profiler = SpProfilerFactory::GetProfilerItem(iterator->first); in HandleMsg() local
123 if (profiler == nullptr && (iterator->first == MessageType::SET_PKG_NAME)) { in HandleMsg()
132 … } else if (profiler == nullptr && (iterator->first == MessageType::SET_PROCESS_ID)) { in HandleMsg()
134 } else if (profiler == nullptr) { in HandleMsg()
138 std::map<std::string, std::string> data = profiler->ItemData(); in HandleMsg()
/developtools/profiler/hidebug/interfaces/native/innerkits/
DBUILD.gn15 import("//developtools/profiler/hidebug/hidebug.gni")
26 [ "//developtools/profiler/hidebug/frameworks/native:libhidebug_source" ]
52 "//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/host/smartperf/trace_streamer/build/
Dconfig.gni24 OHOS_PROFILER_PART_NAME = "profiler"
25 OHOS_PROFILER_TEST_MODULE_OUTPUT_PATH = "profiler"
/developtools/profiler/hidebug/test/unittest/native/
DBUILD.gn23 "//developtools/profiler/hidebug/interfaces/native/innerkits:libhidebug",
28 "//developtools/profiler/hidebug/interfaces/native/innerkits/include",
/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/smartperf_host/trace_streamer/test/test_fuzzer/
DREADME.md12 1. 修改OH2_TOOL/developtools/profiler/ohos.build
13 在testlist中添加:"//developtools/profiler/trace_analyzer/test:fuzztest"
/developtools/smartperf_host/ide/src/trace/proto/
Dcommon_types.proto18 // Common message define for profiler tools, imported by profiler and plugin proto file.
/developtools/profiler/host/smartperf/ide/src/trace/proto/
Dcommon_types.proto18 // Common message define for profiler tools, imported by profiler and plugin proto file.
Dprofiler_service.proto20 // RPC interface between profiler service and host service
24 package profiler; package
/developtools/profiler/protos/services/
Dcommon_types.proto18 // Common message define for profiler tools, imported by profiler and plugin proto file.
/developtools/profiler/host/smartperf/trace_streamer/src/protos/services/
Dcommon_types.proto18 // Common message define for profiler tools, imported by profiler and plugin proto file.
/developtools/smartperf_host/trace_streamer/src/protos/services/
Dcommon_types.proto18 // Common message define for profiler tools, imported by profiler and plugin proto file.

123