[==========] Running 10 tests from 2 test suites.
[----------] Global test environment set-up.
[----------] 9 tests from TestMonoTime
[ RUN      ] TestMonoTime.TestMonotonicity
[       OK ] TestMonoTime.TestMonotonicity (0 ms)
[ RUN      ] TestMonoTime.TestComparison
[       OK ] TestMonoTime.TestComparison (0 ms)
[ RUN      ] TestMonoTime.TestTimeVal
[       OK ] TestMonoTime.TestTimeVal (0 ms)
[ RUN      ] TestMonoTime.TestTimeSpec
[       OK ] TestMonoTime.TestTimeSpec (0 ms)
[ RUN      ] TestMonoTime.TestDeltas
[       OK ] TestMonoTime.TestDeltas (100 ms)
[ RUN      ] TestMonoTime.TestDeltaConversions
[       OK ] TestMonoTime.TestDeltaConversions (0 ms)
[ RUN      ] TestMonoTime.TestSleepFor
[       OK ] TestMonoTime.TestSleepFor (100 ms)
[ RUN      ] TestMonoTime.TestSleepForOverflow
[       OK ] TestMonoTime.TestSleepForOverflow (4295 ms)
[ RUN      ] TestMonoTime.TestOperators
[       OK ] TestMonoTime.TestOperators (0 ms)
[----------] 9 tests from TestMonoTime (4495 ms total)

[----------] 1 test from TestMonoTimePerf
[ RUN      ] TestMonoTimePerf.TestMonoTimePerf
WARNING: Logging before InitGoogleLogging() is written to STDERR
I20260812 08:04:03.905419 13890 monotime-test.cc:163] DoTestMonoTimePerf():7366452 in 0.500s seconds.
[       OK ] TestMonoTimePerf.TestMonoTimePerf (500 ms)
[----------] 1 test from TestMonoTimePerf (500 ms total)

[----------] Global test environment tear-down
[==========] 10 tests from 2 test suites ran. (4996 ms total)
[  PASSED  ] 10 tests.
