Home
last modified time | relevance | path

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

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