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

  /external/libchrome/base/trace_event/
memory_dump_scheduler_unittest.cc 90 EXPECT_NE(0u, mds_->polling_state_->last_dump_memory_total);
94 total - mds_->polling_state_->last_dump_memory_total),
memory_dump_scheduler.cc 213 if (polling_state_->last_dump_memory_total == 0) {
222 current_memory_total - polling_state_->last_dump_memory_total;
292 last_dump_memory_total(0),
314 // Update the |last_dump_memory_total|'s value from the totals if it's not
318 last_dump_memory_total =
memory_dump_scheduler.h 109 uint64_t last_dump_memory_total; member in struct:base::trace_event::MemoryDumpScheduler::PollingTriggerState

Completed in 219 milliseconds