|
Enable vulcanizing perf_insights mapper
BUG=#1636
This patch introduce a major API change which is forcing users to
specify the mapper function name in map_traces script to avoid
dynamically loading the mapper file.
time ./perf_insights/bin/map_traces -c local-directory --trace_directory=tracing/test_data/ weatherReportMapFunction --no-vulcanize
...
real 0m47.256s
user 0m47.576s
sys 0m3.639s
time ./perf_insights/bin/map_traces -c local-directory --trace_directory=tracing/test_data/ weatherReportMapFunction
real 0m28.908s
user 0m27.719s
sys 0m2.524s
A 40% total runtime improvement for trace files in tracing/test_data/
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+142 lines, -117 lines) |
Patch |
|
M |
perf_insights/perf_insights/map_runner.py
|
View
|
|
3 chunks |
+15 lines, -6 lines |
0 comments
|
Download
|
|
M |
perf_insights/perf_insights/map_single_trace.py
|
View
|
|
3 chunks |
+96 lines, -64 lines |
0 comments
|
Download
|
|
M |
perf_insights/perf_insights/map_single_trace_cmdline.html
|
View
|
|
3 chunks |
+1 line, -29 lines |
0 comments
|
Download
|
|
M |
perf_insights/perf_insights/map_traces.py
|
View
|
|
3 chunks |
+11 lines, -4 lines |
0 comments
|
Download
|
|
M |
perf_insights/perf_insights/mappers/startup_map_function.html
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
perf_insights/perf_insights/mappers/task_info_map_function.html
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
perf_insights/perf_insights/mappers/weather_report_map_function.html
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
perf_insights/perf_insights/perf_insights_full_config.html
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
third_party/py_vulcanize/py_vulcanize/generate.py
|
View
|
|
2 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
|
M |
tracing/tracing/base/base.html
|
View
|
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
|
M |
tracing/tracing/extras/importer/jszip.html
|
View
|
|
1 chunk |
+0 lines, -10 lines |
0 comments
|
Download
|
Total messages: 9 (4 generated)
|