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

  /external/v8/src/
heap-profiler.h 36 // The HeapProfiler writes data to the log files, which can be postprocessed
38 class HeapProfiler {
heap-profiler.cc 586 // HeapProfiler class implementation.
588 void HeapProfiler::CollectStats(HeapObject* obj, HistogramInfo* info) {
615 void HeapProfiler::WriteSample() {
heap.cc 427 if (FLAG_log_gc) HeapProfiler::WriteSample();
    [all...]

Completed in 28 milliseconds