HomeSort by relevance Sort by last modified time
    Searched refs:MeanDuration (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/src/heap/
gc-tracer.h 282 return MeanDuration(scavenger_events_);
292 return MeanDuration(mark_compactor_events_);
335 double MeanDuration(const EventBuffer& events) const;
gc-tracer.cc 340 double GCTracer::MeanDuration(const EventBuffer& events) const {

Completed in 45 milliseconds