Searched refs:last_dump_time (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dheap-profiler.cc220 static int64 last_dump_time = 0; // The time of the last dump variable
360 current_time - last_dump_time >=
363 current_time - last_dump_time);
365 last_dump_time = current_time;
530 last_dump_time = 0;

Completed in 26 milliseconds