Searched refs:jsperfMatchResults (Results 1 – 1 of 1) sorted by relevance
315 std::match_results<std::string::const_iterator> jsperfMatchResults; in JsperfProfilerCommandParse() local316 if (!std::regex_match(jsperfResuflt, jsperfMatchResults, regexJsperfNum)) { in JsperfProfilerCommandParse()324 if (jsperfMatchResults.size() < PARAM_TWO) { in JsperfProfilerCommandParse()329 interval = jsperfMatchResults[matchNumResultIndex].str(); in JsperfProfilerCommandParse()