Home | History | Annotate | Download | only in events

Lines Matching refs:component

18   // ---------------------------BEGIN COMPONENT-------------------------------
19 // BEGIN COMPONENT is when we show the latency begin in chrome://tracing.
22 // ---------------------------NORMAL COMPONENT-------------------------------
36 // This is special component indicating there is rendering scheduled for
44 // ---------------------------TERMINAL COMPONENT-----------------------------
45 // TERMINAL COMPONENT is when we show the latency end in chrome://tracing.
58 // This component indicates that the input causes a commit to be scheduled
61 // This component indicates that the input causes a swap to be scheduled
64 // This component indicates that the cached LatencyInfo number exceeds the
72 // in the component at the time this struct was sent on to the next
73 // component.
75 // Average time of events that happened in this component.
77 // Count of events that happened in this component
81 // Map a Latency Component (with a component-specific int64 id) to a
82 // component info.
96 // Modifies the current sequence number for a component, and adds a new
98 void AddLatencyNumber(LatencyComponentType component,
103 // for a specific component.
105 void AddLatencyNumberWithTimestamp(LatencyComponentType component,
112 // Returns true if the a component with |type| and |id| is found in
113 // the latency_components and the component is stored to |output| if
114 // |output| is not NULL. Returns false if no such component is found.
129 // Whether a terminal component has been added.