Visualisations: Difference between revisions
From Yocto Project
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
This is a list of the graphical presentations that will be part of the Web Hob build analysis functionality. It is work in progress: feel free to contribute suggestions and examples. | This is a list of the graphical presentations that will be part of the [[Web_Hob|Web Hob]] build analysis functionality. It is work in progress: feel free to contribute suggestions and examples. | ||
{|style="border-collapse: separate; border-spacing: 0; border-width: 1px; border-style: solid; border-color: #000; padding: 0" | {|style="border-collapse: separate; border-spacing: 0; border-width: 1px; border-style: solid; border-color: #000; padding: 0" |
Revision as of 16:26, 23 April 2013
This is a list of the graphical presentations that will be part of the Web Hob build analysis functionality. It is work in progress: feel free to contribute suggestions and examples.
What | For | How | Answers | Example |
---|---|---|---|---|
Brought in by relationships | Recipes | Network graph | Why is this recipe included in my build? | Network graph example |
Brought in by relationships | Packages | Network graph | Why is this package being built? | Network graph example |
Dependencies | Recipes | Network graph | What does this recipe add to my build? | Network graph example |
Dependencies & recommends | Packages | Network graph | What does this package add to my build? What should I consider including with this package? |
Network graph example |
Size | All packages | Treemap | Why is my image this size? | Treemap example |
Size | One package | Sunburst diagram | What files does this package bring to my image? | |
Dependencies | Tasks | Hierarchical tree | Which tasks ran before and after this one? | |
Build time | Tasks | Floating bar chart | Where are the performance bottlenecks in this build? How much parallelism happened during the build? Which tasks ran before and after other tasks? |
|
Build time | Recipes | Treemap | Where are the performance bottlenecks in this build? | Treemap example |
CPU usage | Build hardware | Histogram | How is the CPU of my hardware being used during the build? | Histogram example |
Disk I/O | Build hardware | Histogram | How is the disk of my hardware being used during the build? | Histogram example |