Home | History | Annotate | Download | only in trace_event

Lines Matching refs:total

42   bool ShouldTriggerDump(uint64_t total) {
43 return mds_->ShouldTriggerDump(total);
53 uint64_t total = (2 + (i / (2 * num_samples_tracked_))) * 1024 * 1204;
54 bool did_trigger = ShouldTriggerDump(total);
70 // system's total memory.
71 uint64_t total = static_cast<uint64_t>(i + 1) * 1024 * 1024 * 1024;
72 bool did_trigger = ShouldTriggerDump(total);
84 uint64_t total = (2 + (i / (2 * num_samples_tracked_))) * 1024 * 1204;
87 bool did_trigger = ShouldTriggerDump(total);
94 total - mds_->polling_state_->last_dump_memory_total),