Home
last modified time | relevance | path

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

/external/libchrome/base/
Dbase_switches.cc92 const char kProfilingFile[] = "profiling-file"; variable
Dbase_switches.h24 extern const char kProfilingFile[];
/external/libchrome/base/test/
Dtest_suite.cc109 if (command_line.HasSwitch(switches::kProfilingFile)) in GetProfileName()
110 profile_name = command_line.GetSwitchValueASCII(switches::kProfilingFile); in GetProfileName()