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

  /external/v8/src/heap/
memory-reducer.h 113 js_calls_sample_time_ms_(0.0) {}
157 double js_calls_sample_time_ms_; member in class:v8::internal::MemoryReducer
memory-reducer.cc 58 double time_delta_ms = time_ms - js_calls_sample_time_ms_;
60 js_calls_sample_time_ms_ = time_ms;

Completed in 47 milliseconds