Searched refs:AddParamText (Results 1 – 3 of 3) sorted by relevance
| /developtools/profiler/device/cmds/include/ |
| D | command_line.h | 59 void AddParamText(const std::string& filter1,
|
| /developtools/profiler/device/cmds/src/ |
| D | command_line.cpp | 38 void CommandLine::AddParamText(const std::string& filter1, in AddParamText() function in CommandLine
|
| D | main.cpp | 358 cmdLine.AddParamText("--time", "-t", data.traceKeepSecond, "trace time"); in ParseCmdline() 359 cmdLine.AddParamText("--out", "-o", data.outputFile, "output file name"); in ParseCmdline() 364 cmdLine.AddParamText("--config", "-c", data.configFile, "start trace by config file"); in ParseCmdline()
|