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

  /external/libchrome/base/trace_event/
memory_dump_request_args.cc 15 case MemoryDumpType::PERIODIC_INTERVAL:
16 return "periodic_interval";
27 if (str == "periodic_interval")
28 return MemoryDumpType::PERIODIC_INTERVAL;
memory_dump_request_args.h 27 PERIODIC_INTERVAL, // Dumping memory at periodic intervals.
memory_dump_scheduler.cc 57 } else if (trigger_type == MemoryDumpType::PERIODIC_INTERVAL) {
170 mdm_->RequestGlobalDump(MemoryDumpType::PERIODIC_INTERVAL, level_of_detail);
trace_config.cc 57 MemoryDumpLevelOfDetail::DETAILED, MemoryDumpType::PERIODIC_INTERVAL};
60 MemoryDumpLevelOfDetail::LIGHT, MemoryDumpType::PERIODIC_INTERVAL};
428 dump_config.trigger_type = MemoryDumpType::PERIODIC_INTERVAL;

Completed in 56 milliseconds