Lines Matching full:component
41 // in the component at the time this struct was sent on to the next
42 // component.
44 // Average time of events that happened in this component.
46 // Count of events that happened in this component
50 // Map a Latency Component (with a component-specific int64 id) to a
51 // component info.
65 // Modifies the current sequence number for a component, and adds a new
67 void AddLatencyNumber(LatencyComponentType component,
72 // for a specific component.
73 void AddLatencyNumberWithTimestamp(LatencyComponentType component,
79 // Returns true if the a component with |type| and |id| is found in
80 // the latency_components and the component is stored to |output| if
81 // |output| is not NULL. Returns false if no such component is found.