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

  /external/v8/src/heap/
gc-tracer.cc 108 allocation_time_ms_(0.0),
124 allocation_time_ms_ = 0.0;
311 if (allocation_time_ms_ == 0) {
313 allocation_time_ms_ = current_ms;
324 double duration = current_ms - allocation_time_ms_;
325 allocation_time_ms_ = current_ms;
336 allocation_time_ms_ = current_ms;
gc-tracer.h 400 double allocation_time_ms_; member in class:v8::internal::GCTracer

Completed in 67 milliseconds