Home
last modified time | relevance | path

Searched refs:current_ms (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/
Dcounters.h395 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() argument
413 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 …]
/external/v8/test/unittests/
Dcounters-unittest.cc34 void AddSample(double current_ms, double current_value) { in AddSample() argument
35 aggregated_.AddSample(current_ms, current_value); in AddSample()
/external/v8/src/heap/
Dgc-tracer.cc287 void GCTracer::SampleAllocation(double current_ms, in SampleAllocation() argument
292 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() argument
315 allocation_time_ms_ = current_ms; in AddAllocation()
Dgc-tracer.h335 void SampleAllocation(double current_ms, size_t new_space_counter_bytes,
339 void AddAllocation(double current_ms);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.equinox.p2.ui.sdk.scheduler_1.0.0.v20100507-1815.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...