Home
last modified time | relevance | path

Searched full:timeline (Results 1 – 24 of 24) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DTimelineView.cpp29 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 DTimelineView.h10 /// 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 DHTMLLogger.css30 #timeline {
34 #timeline .entry .counter::before {
38 #timeline .entry .counter {
43 #timeline .entry.hover {
46 #timeline .entry.iter-select {
H A DHTMLLogger.html41 <section id="timeline" data-selection="">
42 <header>Timeline</header>
43 <template data-for="entry in timeline">
H A DHTMLLogger.cpp18 // 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 DHTMLLogger.js170 watch('#timeline', '.entry', {
/freebsd/usr.bin/clang/llvm-mca/
H A Dllvm-mca.1187 .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 Dllvm-mca.cpp200 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 DPipelinePrinter.h38 /// classes the task of printing out timeline information as well as
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DSignposts.h12 /// of Interest track on the instruments timeline.
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats.h54 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 Dkmp_stats.cpp710 " title: OpenMP Sampling Timeline\n" in printPloticusFile()
/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Dstericsson,db8500-prcmu.yaml266 always on, and thus provides a consistent monotonic timeline for
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzfs_crrd.c63 * while the pool is offline, leading to potential gaps in timeline. Also,
H A Ddsl_bookmark.c98 * 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 Ddsl_dataset.c4921 * Return TRUE if 'earlier' is an earlier snapshot in 'later's timeline.
/freebsd/share/man/man7/
H A Dc.7248 C23 was originally anticipated for an earlier release, but the timeline was
/freebsd/contrib/ntp/sntp/libevent/
H A Dwhatsnew-2.1.txt636 the timeline in order to keep nagware from nagging them.
/freebsd/contrib/libevent/
H A Dwhatsnew-2.1.txt636 the timeline in order to keep nagware from nagging them.
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp16 /// 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 Dalias_db.c1866 * unnecessarily waste timeline by making system calls. in HouseKeeping()
/freebsd/contrib/ntp/
H A DChangeLog2593 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 DCommitLog[all...]
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_sendrecv.c2587 * Returns B_TRUE if earlier is an earlier snapshot in later's timeline; either