Home | History | Annotate | Download | only in events

Lines Matching refs:event_count

116     component_info->SetDouble("count", it->second.event_count);
178 it->second.event_count);
192 it->second.event_count);
208 uint32 event_count) {
258 LatencyComponent info = {component_sequence_number, time, event_count};
263 uint32 new_count = event_count + it->second.event_count;
264 if (event_count > 0 && new_count != 0) {
268 it->second.event_time += (time - it->second.event_time) * event_count /
270 it->second.event_count = new_count;