Searched defs:AssertStats (Results 1 - 1 of 1) sorted by path

/frameworks/native/cmds/dumpstate/tests/
H A Ddumpstate_test.cpp591 void AssertStats(const std::string& path, int32_t expected_runs, int32_t expected_average) { function in class:android::os::dumpstate::ProgressTest
725 AssertStats(path, 1, 20);
745 AssertStats(path, 2, 15);
759 AssertStats(path, 3, 18);
774 AssertStats(path, 4, 14);
781 AssertStats(path, 2, 15); // Sanity check
795 AssertStats(path, 3, 16);

Completed in 59 milliseconds