Home
last modified time | relevance | path

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

/external/chromium/chrome/common/
Dprofiling.cc66 if (command_line.HasSwitch(switches::kProfilingAtStart)) { in ProcessStarted()
68 command_line.GetSwitchValueASCII(switches::kProfilingAtStart); in ProcessStarted()
Dchrome_switches.h221 extern const char kProfilingAtStart[];
Dchrome_switches.cc765 const char kProfilingAtStart[] = "profiling-at-start"; variable