Searched refs:test_start (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/system/ulib/fs-test-utils/
H A Dperftest.cpp161 zx::ticks test_start = zx::ticks::now(); local
167 PrintTestSkipped(test.name, test_start, out);
186 PrintTestFailed(test.name, test_start, out);
189 PrintTestPassed(test.name, test_start, out);
/fuchsia/zircon/kernel/lib/unittest/
H A Dunittest.cpp155 zx_time_t test_start = current_time(); local
157 zx_duration_t test_runtime = current_time() - test_start;

Completed in 29 milliseconds