| /developtools/profiler/host/smartperf/trace_streamer/src/protos/types/plugins/memory_data/ |
| D | memory_plugin_config.proto | 23 // set true to report process list 25 // set true to report memory counter from /proc/meminfo 29 // set true to report memory counter from /proc/vmstat 33 // set true to report process meminfo from /proc/${pid}/stat 35 …// set true to report application memory usage summary, eg:java heap memory, native heap, stack me… 37 // set true to report application memory by memory service, otherwise, 42 // set true to report smaps meminfo from /proc/${pid}/smaps
|
| /developtools/smartperf_host/trace_streamer/src/protos/types/plugins/memory_data/ |
| D | memory_plugin_config.proto | 23 // set true to report process list 25 // set true to report memory counter from /proc/meminfo 29 // set true to report memory counter from /proc/vmstat 33 // set true to report process meminfo from /proc/${pid}/stat 35 …// set true to report application memory usage summary, eg:java heap memory, native heap, stack me… 37 // set true to report application memory by memory service, otherwise, 42 // set true to report smaps meminfo from /proc/${pid}/smaps
|
| /developtools/profiler/protos/types/plugins/memory_data/ |
| D | memory_plugin_config.proto | 23 // set true to report process list 25 // set true to report memory counter from /proc/meminfo 29 // set true to report memory counter from /proc/vmstat 33 // set true to report process meminfo from /proc/${pid}/stat 35 …// set true to report application memory usage summary, eg:java heap memory, native heap, stack me… 37 // set true to report application memory by memory service, otherwise, 42 // set true to report smaps meminfo from /proc/${pid}/smaps
|
| /developtools/hiperf/test/unittest/common/native/ |
| D | report_test.cpp | 522 } report; variable 525 EXPECT_CALL(report, MultiLevelCompare(_, _)).WillOnce(Return(0)); 526 EXPECT_EQ(report.MultiLevelSame(dummy, dummy), true); 528 EXPECT_CALL(report, MultiLevelCompare(_, _)).WillOnce(Return(1)); 529 EXPECT_EQ(report.MultiLevelSame(dummy, dummy), false); 531 EXPECT_CALL(report, MultiLevelCompare(_, _)).WillOnce(Return(-1)); 532 EXPECT_EQ(report.MultiLevelSame(dummy, dummy), false); 545 } report; variable 548 EXPECT_CALL(report, MultiLevelCompare(_, _)) 552 EXPECT_EQ(report.MultiLevelCompare(dummy, dummy), 0); // 1st [all …]
|
| /developtools/hiperf/test/unittest/resource/testdata/ |
| D | report_test_sort1.txt | 2 prepare report 17 report done
|
| D | report_test_tids1.txt | 2 prepare report 15 report done
|
| D | report_test_funcs.txt | 2 prepare report 17 report done
|
| D | report_test_dsos.txt | 2 prepare report 19 report done
|
| D | report_test_sort2.txt | 2 prepare report 21 report done
|
| D | report_test_tids.txt | 2 prepare report 19 report done
|
| D | report_test_limit.txt | 2 prepare report 20 report done
|
| D | report_test_limit1.txt | 2 prepare report 21 report done
|
| D | report_test_diff.txt | 2 prepare report 21 report done
|
| D | report_test_symbol.txt | 2 prepare report 22 report done
|
| D | report_test_i.txt | 2 prepare report 22 report done
|
| D | report_test_callstack.txt | 2 prepare report 29 report done
|
| /developtools/hiperf/test/unittest/resource/ |
| D | send_report_to_device.bat | 16 hdc_std shell mkdir -p /data/test/resource/testdata/report/ 17 for /R %DIR% %%f in (testdata\report\*) do ( 18 hdc_std file send %%f /data/test/resource/testdata/report/
|
| /developtools/hiperf/src/ |
| D | hiperf_libreport.cpp | 54 std::unique_ptr<SubCommandReport> report = std::make_unique<SubCommandReport>(); in Report() local 68 if (report->ParseOption(args)) { in Report() 69 return report->OnSubCommand(args) ? 0 : -1; in Report() 84 std::unique_ptr<SubCommandReport> report = std::make_unique<SubCommandReport>(); in ReportUnwindJson() local 97 if (report->ParseOption(args)) { in ReportUnwindJson() 98 return report->OnSubCommand(args) ? 0 : -1; in ReportUnwindJson()
|
| /developtools/hiperf/ |
| D | README_zh.md | 33 ├── proto # report 命令导出到proto的数据结构定义 111 │ └── report.html # HTML 展示页面的模板 177 - 子功能的名字,如recrod,report 等等 264 ### report 命令 278 ./hiperf report --limit-percent 1 287 由 command_script.py 完成,他是 report 命令的包装脚本 338 To make a report, you need to enter the data source and the path of the 339 report.
|
| D | README.md | 24 ├── proto # Definition of the data structure exported to proto by the report command 98 │ ├── make_report.py # Script used to generate a report from the sampled data 100 │ └── report.html # Template of the HTML display page 164 - Name of a sub-function, for example, **record** or **report**. 251 ### report subsection 253 The **report** command displays the sampling data (read from **perf.data**) and converts it to the … 260 Output a common report, with the minimum display percentage of 1%. 263 ./hiperf report --limit-percent 1 272 Run **command_script.py** to sample data. This script is the packaging script of the **report** com… 323 To make a report, you need to enter the data source and the path of the [all …]
|
| /developtools/profiler/host/smartperf/trace_streamer/ |
| D | pare_third_party.sh | 97 $sed -i "/#include \"report_json_file.h\"/s/^\(.*\)$/\/\/\1/g" hiperf/include/report.h 105 $sed -i "/FRIEND_TEST/s/^\(.*\)$/\/\/\1/g" hiperf/include/report.h 116 …^.*$/\/\/&/; /^void Report::PrepareConsole(/,/return;/ s/^[[:blank:]]*/ /' hiperf/src/report.cpp 117 $sed -i '/namespace HiPerf {/avoid Report::PrepareConsole(){ return;}' hiperf/src/report.cpp
|
| /developtools/smartperf_host/trace_streamer/prebuilts/patch_hiperf/ |
| D | README.md | 24 │ ├── report.h 47 ├── report.cpp
|
| /developtools/profiler/host/smartperf/trace_streamer/prebuilts/patch_hiperf/ |
| D | README.md | 24 │ ├── report.h 47 ├── report.cpp
|
| /developtools/smartperf_host/trace_streamer/ |
| D | pare_third_party.sh | 97 $sed -i "/#include \"report_json_file.h\"/s/^\(.*\)$/\/\/\1/g" hiperf/include/report.h 105 $sed -i "/FRIEND_TEST/s/^\(.*\)$/\/\/\1/g" hiperf/include/report.h 116 …^.*$/\/\/&/; /^void Report::PrepareConsole(/,/return;/ s/^[[:blank:]]*/ /' hiperf/src/report.cpp 117 $sed -i '/namespace HiPerf {/avoid Report::PrepareConsole(){ return;}' hiperf/src/report.cpp
|
| /developtools/integration_verification/tools/fotff/tester/xdevice/ |
| D | xdevice.go | 144 var report Report 145 err = xml.Unmarshal(data, &report) 150 for _, s := range report.TestSuite {
|