Searched defs:MemoryDumpProvider (Results 1 - 1 of 1) sorted by relevance

/external/libchrome/base/trace_event/
H A Dmemory_dump_provider.h19 // in the codebase when extending the MemoryDumpProvider API.
25 class BASE_EXPORT MemoryDumpProvider { class in namespace:base::trace_event
39 virtual ~MemoryDumpProvider() {}
47 // MemoryDumpProvider for the entire trace session if it fails consistently).
56 MemoryDumpProvider() {} function in class:base::trace_event::MemoryDumpProvider
58 DISALLOW_COPY_AND_ASSIGN(MemoryDumpProvider);

Completed in 92 milliseconds