Lines Matching full:timeline
187 .B \-timeline
188 Enable the timeline view.
192 .B \-timeline\-max\-iterations=<iterations>
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.
198 .B \-timeline\-max\-cycles=<cycles>
199 Limit the number of cycles in the timeline view, or use 0 for no limit. By
734 .SS Timeline View
736 The timeline view produces a detailed report of each instruction\(aqs state
738 command line option \fB\-timeline\fP\&. As instructions transition through the
756 Below is the timeline view for a subset of the dot\-product example located in
764 $ llvm\-mca \-mtriple=x86_64\-unknown\-unknown \-mcpu=btver2 \-iterations=3 \-timeline dot\-product…
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