Home
last modified time | relevance | path

Searched refs:kEnableHeapProfilingModeNative (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/
Dbase_switches.cc25 const char kEnableHeapProfilingModeNative[] = "native"; variable
Dbase_switches.h18 extern const char kEnableHeapProfilingModeNative[];
/external/libchrome/base/trace_event/
Dmemory_dump_manager.cc166 else if (profiling_mode == switches::kEnableHeapProfilingModeNative) { in EnableHeapProfilingIfNeeded()