Visualisations: Difference between revisions

From Yocto Project
Jump to navigationJump to search
No edit summary
No edit summary
Line 37: Line 37:
|style="border-style: solid; border-width: 0 1px 1px 0; align: left; padding: 0 5px;"|Why is my image this size?
|style="border-style: solid; border-width: 0 1px 1px 0; align: left; padding: 0 5px;"|Why is my image this size?
|style="border-style: solid; border-width: 0 1px 1px 0; align: left; padding: 0 5px;"|[http://www.nytimes.com/packages/html/newsgraphics/2011/0119-budget/index.html Treemap example]
|style="border-style: solid; border-width: 0 1px 1px 0; align: left; padding: 0 5px;"|[http://www.nytimes.com/packages/html/newsgraphics/2011/0119-budget/index.html Treemap example]
|-
|-
|-
|style="border-style: solid; border-width: 0 1px 1px 0; align: left; padding: 0 5px;"|Size
|style="border-style: solid; border-width: 0 1px 1px 0; align: left; padding: 0 5px;"|Size
Line 44: Line 43:
|style="border-style: solid; border-width: 0 1px 1px 0; align: left; padding: 0 5px;"|What files does this package bring to my image?
|style="border-style: solid; border-width: 0 1px 1px 0; align: left; padding: 0 5px;"|What files does this package bring to my image?
|style="border-style: solid; border-width: 0 1px 1px 0; align: left; padding: 0 5px;"|
|style="border-style: solid; border-width: 0 1px 1px 0; align: left; padding: 0 5px;"|
|-
|style="border-style: solid; border-width: 0 1px 1px 0; align: left; padding: 0 5px;"|Dependencies
|style="border-style: solid; border-width: 0 1px 1px 0; align: left; padding: 0 5px;"|Tasks
|style="border-style: solid; border-width: 0 1px 1px 0; align: left; padding: 0 5px;"|Hierarchical tree
|style="border-style: solid; border-width: 0 1px 1px 0; align: left; padding: 0 5px;"|Which tasks ran before and after this one?
|style="border-style: solid; border-width: 0 1px 1px 0; align: left; padding: 0 5px;"|
|-
|style="border-style: solid; border-width: 0 1px 1px 0; align: left; padding: 0 5px;"|Build time
|style="border-style: solid; border-width: 0 1px 1px 0; align: left; padding: 0 5px;"|Tasks
|style="border-style: solid; border-width: 0 1px 1px 0; align: left; padding: 0 5px;"|Floating bar chart
|style="border-style: solid; border-width: 0 1px 1px 0; align: left; padding: 0 5px;"|Where are the performance bottlenecks in this build? <br />How much parallelism happened during the build? <br />Which tasks ran before and after other tasks?
|style="border-style: solid; border-width: 0 1px 1px 0; align: left; padding: 0 5px;"|
|-
|style="border-style: solid; border-width: 0 1px 1px 0; align: left; padding: 0 5px;"|Build time
|style="border-style: solid; border-width: 0 1px 1px 0; align: left; padding: 0 5px;"|Recipes
|style="border-style: solid; border-width: 0 1px 1px 0; align: left; padding: 0 5px;"|Treemap
|style="border-style: solid; border-width: 0 1px 1px 0; align: left; padding: 0 5px;"|Where are the performance bottlenecks in this build?
|style="border-style: solid; border-width: 0 1px 1px 0; align: left; padding: 0 5px;"|[http://www.nytimes.com/packages/html/newsgraphics/2011/0119-budget/index.html Treemap example]
|-
|style="border-style: solid; border-width: 0 1px 1px 0; align: left; padding: 0 5px;"|CPU usage
|style="border-style: solid; border-width: 0 1px 1px 0; align: left; padding: 0 5px;"|Build hardware
|style="border-style: solid; border-width: 0 1px 1px 0; align: left; padding: 0 5px;"|Histogram
|style="border-style: solid; border-width: 0 1px 1px 0; align: left; padding: 0 5px;"|How is the CPU of my hardware being used during the build?
|style="border-style: solid; border-width: 0 1px 1px 0; align: left; padding: 0 5px;"|[http://online.wsj.com/public/resources/documents/info-CONGRESS_AGES_1009.html Histogram example]
|-
|style="border-style: solid; border-width: 0 1px 1px 0; align: left; padding: 0 5px;"|Disk I/O
|style="border-style: solid; border-width: 0 1px 1px 0; align: left; padding: 0 5px;"|Build hardware
|style="border-style: solid; border-width: 0 1px 1px 0; align: left; padding: 0 5px;"|Histogram
|style="border-style: solid; border-width: 0 1px 1px 0; align: left; padding: 0 5px;"|How is the disk of my hardware being used during the build?
|style="border-style: solid; border-width: 0 1px 1px 0; align: left; padding: 0 5px;"|[http://online.wsj.com/public/resources/documents/info-CONGRESS_AGES_1009.html Histogram example]
|-
|-
|}
|}

Revision as of 16:12, 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