Lines Matching full:view

188 Enable the timeline view.
193 Limit the number of iterations to print in the timeline view. By default, the
194 timeline view prints information for up to 10 iterations.
199 Limit the number of cycles in the timeline view, or use 0 for no limit. By
205 Enable the resource pressure view. This is enabled by default.
215 Enable extra dispatch statistics. This view collects and analyzes instruction
216 dispatch events, as well as static/dynamic dispatch stall events. This view
222 Enable extra scheduler statistics. This view collects and analyzes instruction
223 issue events. This view is disabled by default.
228 Enable extra retire control unit statistics. This view is disabled by default.
233 Enable the instruction info view. This is enabled by default.
238 Enable the printing of instruction encodings within the instruction info view.
244 instruction info view.
256 Enable all the view.
263 view because it doesn\(aqt require that the code is simulated. It instead prints
272 in the summary view. Bottleneck analysis is currently not supported for
672 resources, and the \fIResource pressure view\fP can help to identify the problematic
675 The second section of the report is the \fIinstruction info view\fP\&. It shows the
687 Instruction encodings are displayed within the instruction info view when flag
718 The third section is the \fIResource pressure view\fP\&. This view reports
730 The resource pressure view helps with identifying bottlenecks caused by high
734 .SS Timeline View
736 The timeline view produces a detailed report of each instruction\(aqs state
737 transitions through an instruction pipeline. This view is enabled by the
739 various stages of the pipeline, their states are depicted in the view report.
756 Below is the timeline view for a subset of the dot\-product example located in
774 Timeline view:
789 Average Wait times (based on the timeline view):
805 The timeline view is interesting because it shows instruction state changes
809 The timeline view is structured in two tables. The first table shows
815 An instruction in the timeline view is identified by a pair of indices, where
1339 \fBllvm\-mca\fP comes with several Views such as the Timeline View and
1340 Summary View. These Views are generic and can work with most (if not all)
1341 targets. If you wish to add a new View to \fBllvm\-mca\fP and it does not
1344 \fI/tools/llvm\-mca/View/\fP directory. However, if your new View is target specific
1348 To enable this target specific View, you will have to use this target\(aqs
1350 There are 3 variations of these methods based on where you want your View to