| /freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/ |
| H A D | TimelineView.cpp | 29 Timeline.resize(NumInstructions); in TimelineView() 31 std::fill(Timeline.begin(), Timeline.end(), InvalidTVEntry); in TimelineView() 61 if (Index >= Timeline.size()) in onEvent() 66 TimelineViewEntry &TVEntry = Timeline[Index]; in onEvent() 87 Timeline[Index].CycleReady = CurrentCycle; in onEvent() 90 Timeline[Index].CycleIssued = CurrentCycle; in onEvent() 93 Timeline[Index].CycleExecuted = CurrentCycle; in onEvent() 99 if (Timeline[Index].CycleDispatched == -1) in onEvent() 100 Timeline[Index].CycleDispatched = static_cast<int>(CurrentCycle); in onEvent() 139 unsigned CumulativeExecutions = PrintingTotals ? Timeline.size() : Executions; in printWaitTimeEntry() [all …]
|
| H A D | TimelineView.h | 10 /// This file implements a timeline view for the llvm-mca tool. 17 /// Timeline view: 40 /// The second field of the table is the actual timeline information; each 42 /// The timeline of an instruction is described by a sequence of character 58 /// Based on the timeline view information from the example, instruction 0 74 /// Average Wait times (based on the timeline view): 116 /// in order to construct a timeline information. 120 /// to print the timeline information, as well as the "average wait times" 134 std::vector<TimelineViewEntry> Timeline; variable
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
| H A D | HTMLLogger.css | 30 #timeline { 34 #timeline .entry .counter::before { 38 #timeline .entry .counter { 43 #timeline .entry.hover { 46 #timeline .entry.iter-select {
|
| H A D | HTMLLogger.html | 41 <section id="timeline" data-selection=""> 42 <header>Timeline</header> 43 <template data-for="entry in timeline">
|
| H A D | HTMLLogger.cpp | 18 // The timeline and function view are always shown. These allow selecting basic 166 // Timeline of iterations of CFG block visitation. 205 // particular analysis points into the `timeline` array. 210 JOS.attributeArray("timeline", [&] { in endAnalysis()
|
| H A D | HTMLLogger.js | 170 watch('#timeline', '.entry', {
|
| /freebsd/usr.bin/clang/llvm-mca/ |
| H A D | llvm-mca.1 | 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 [all …]
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-mca/ |
| H A D | llvm-mca.cpp | 200 static cl::opt<bool> PrintTimelineView("timeline", 201 cl::desc("Print the timeline view"), 205 "timeline-max-iterations", 206 cl::desc("Maximum number of iterations to print in timeline view"), 210 TimelineMaxCycles("timeline-max-cycles", 211 cl::desc("Maximum number of cycles in the timeline view, "
|
| H A D | PipelinePrinter.h | 38 /// classes the task of printing out timeline information as well as
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Signposts.h | 12 /// of Interest track on the instruments timeline.
|
| /freebsd/contrib/llvm-project/openmp/runtime/src/ |
| H A D | kmp_stats.h | 54 logEvent = 1 << 4 //!< statistic can be logged on the event timeline when 588 The nest_level relates to the bar width in the timeline graph. 598 The nest level is used in the bar graph that represents the timeline. 600 For example, say events, A, B, and C are recorded. If the timeline 720 to the bar width in the timeline graph.
|
| H A D | kmp_stats.cpp | 710 " title: OpenMP Sampling Timeline\n" in printPloticusFile()
|
| /freebsd/sys/contrib/device-tree/Bindings/mfd/ |
| H A D | stericsson,db8500-prcmu.yaml | 266 always on, and thus provides a consistent monotonic timeline for
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | zfs_crrd.c | 63 * while the pool is offline, leading to potential gaps in timeline. Also,
|
| H A D | dsl_bookmark.c | 98 * does not represents an earlier point in later_ds's timeline. However, 252 * newbm_ds's timeline (source may be newbm_ds's origin) in dsl_bookmark_create_check_impl() 264 * timeline (newbm_ds's origin may be a snap of source's ds) in dsl_bookmark_create_check_impl()
|
| H A D | dsl_dataset.c | 4921 * Return TRUE if 'earlier' is an earlier snapshot in 'later's timeline.
|
| /freebsd/share/man/man7/ |
| H A D | c.7 | 248 C23 was originally anticipated for an earlier release, but the timeline was
|
| /freebsd/contrib/ntp/sntp/libevent/ |
| H A D | whatsnew-2.1.txt | 636 the timeline in order to keep nagware from nagging them.
|
| /freebsd/contrib/libevent/ |
| H A D | whatsnew-2.1.txt | 636 the timeline in order to keep nagware from nagging them.
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIInsertWaitcnts.cpp | 16 /// TODO: This pass currently keeps one timeline per hardware counter. A more 17 /// finely-grained approach that keeps one timeline per event type could
|
| /freebsd/sys/netinet/libalias/ |
| H A D | alias_db.c | 1866 * unnecessarily waste timeline by making system calls. in HouseKeeping()
|
| /freebsd/contrib/ntp/ |
| H A D | ChangeLog | 2593 separate the internal timeline (possibly counting since system boot) 2594 from the gettimeofday() timeline in event_base cached timevals. Adds 2596 time on the internal timeline, and changes 2598 namesake timeline. This preserves the benefit of using the never-
|
| H A D | CommitLog | [all...] |
| /freebsd/sys/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_sendrecv.c | 2587 * Returns B_TRUE if earlier is an earlier snapshot in later's timeline; either
|