Searched refs:current_ms (Results 1 – 5 of 5) sorted by relevance
395 void AddSample(double current_ms, double current_value);398 double Aggregate(double current_ms, double current_value);409 void AggregatedMemoryHistogram<Histogram>::AddSample(double current_ms, in AddSample() argument413 start_ms_ = current_ms; in AddSample()415 last_ms_ = current_ms; in AddSample()420 if (current_ms < last_ms_ + kEpsilon) { in AddSample()426 if (end_ms <= current_ms + kEpsilon) { in AddSample()428 double slope = (current_value - last_value_) / (current_ms - last_ms_); in AddSample()432 for (i = 0; i < kMaxSamples && end_ms <= current_ms + kEpsilon; i++) { in AddSample()450 start_ms_ = current_ms; in AddSample()[all …]
34 void AddSample(double current_ms, double current_value) { in AddSample() argument35 aggregated_.AddSample(current_ms, current_value); in AddSample()
287 void GCTracer::SampleAllocation(double current_ms, in SampleAllocation() argument292 allocation_time_ms_ = current_ms; in SampleAllocation()303 double duration = current_ms - allocation_time_ms_; in SampleAllocation()304 allocation_time_ms_ = current_ms; in SampleAllocation()314 void GCTracer::AddAllocation(double current_ms) { in AddAllocation() argument315 allocation_time_ms_ = current_ms; in AddAllocation()
335 void SampleAllocation(double current_ms, size_t new_space_counter_bytes,339 void AddAllocation(double current_ms);
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...