Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/tools/aa/src/
H A Dability_command.cpp850 const std::regex regexProfileType(R"(^\s*(profile)\s+(nativeperf|jsperf)(\s+.*|$))"); in CheckPerfCmdString() local
851 if (!MatchOrderString(regexProfileType, perfCmd)) { in CheckPerfCmdString()