Searched refs:swap_regex (Results 1 – 1 of 1) sorted by relevance
400 std::regex swap_regex("dex2oat took[^\\n]+swap=[^ ]+ \\(([0-9]+)B\\)"); in ParseSwap() local402 bool found = std::regex_search(output_, swap_match, swap_regex); in ParseSwap()