Home | History | Annotate | Download | only in events

Lines Matching refs:second

110     component_info->SetDouble("comp_id", it->first.second);
111 component_info->SetDouble("time", it->second.event_time.ToInternalValue());
112 component_info->SetDouble("count", it->second.event_count);
146 it->first.second,
147 it->second.sequence_number,
148 it->second.event_time,
149 it->second.event_count);
158 if (!FindLatency(it->first.first, it->first.second, NULL)) {
160 it->first.second,
161 it->second.sequence_number,
162 it->second.event_time,
163 it->second.event_count);
197 it->second.sequence_number = std::max(component_sequence_number,
198 it->second.sequence_number);
199 uint32 new_count = event_count + it->second.event_count;
204 it->second.event_time += (time - it->second.event_time) * event_count /
206 it->second.event_count = new_count;
231 *output = it->second;