Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_runtime.cpp315 std::match_results<std::string::const_iterator> jsperfMatchResults; in JsperfProfilerCommandParse() local
316 if (!std::regex_match(jsperfResuflt, jsperfMatchResults, regexJsperfNum)) { in JsperfProfilerCommandParse()
324 if (jsperfMatchResults.size() < PARAM_TWO) { in JsperfProfilerCommandParse()
329 interval = jsperfMatchResults[matchNumResultIndex].str(); in JsperfProfilerCommandParse()