Home
last modified time | relevance | path

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

/glogg/glogg/tests/
H A Dtest_utils.h
/glogg/tests/
H A Dtest_utils.h21 Stop = chrono::system_clock::now(); in ~TestTimer()
22 Elapsed = chrono::duration_cast<chrono::microseconds>(Stop - Start); in ~TestTimer()
28 std::chrono::time_point<std::chrono::system_clock> Stop; member