Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat_test.cc425 std::regex swap_regex("dex2oat took[^\\n]+swap=[^ ]+ \\(([0-9]+)B\\)"); in ParseSwap() local
427 bool found = std::regex_search(output_, swap_match, swap_regex); in ParseSwap()