TWG: discussion on defining process for Continuous Testing on Foorprint/performance/low power #33779
-
For better qulatiy track, below items need to be defined:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Here are the slides I presented today We used “intercept” from Build EAR to gather the compiler and linker information from another RTOS: https://github.com/rizsotto/Bear We did some post-processing in JSON to gather the relevant pieces of information and visualized the data using Gephi: https://gephi.org/ The compiler graph was generated using the clang -ftime-tracing flag and visualized using Google Chrome Tracing. There is a useful write-up here: https://aras-p.info/blog/2019/01/16/time-trace-timeline-flame-chart-profiler-for-Clang/ this Build Analyzer may be interesting to this group as well: https://aras-p.info/blog/2019/09/28/Clang-Build-Analyzer/ |
Beta Was this translation helpful? Give feedback.
Here are the slides I presented today
We used “intercept” from Build EAR to gather the compiler and linker information from another RTOS: https://github.com/rizsotto/Bear
We did some post-processing in JSON to gather the relevant pieces of information and visualized the data using Gephi: https://gephi.org/
The compiler graph was generated using the clang -ftime-tracing flag and visualized using Google Chrome Tracing. There is a useful write-up here: https://aras-p.info/blog/2019/01/16/time-trace-timeline-flame-chart-profiler-for-Clang/ this Build Analyzer may be interesting to this group as well: https://aras-p.info/blog/2019/09/28/Clang-Build-Analyzer/