Gets the time of the test program start, in ms from the start of the UNIX epoch.
| 5560 | // Gets the time of the test program start, in ms from the start of the |
| 5561 | // UNIX epoch. |
| 5562 | internal::TimeInMillis UnitTest::start_timestamp() const { |
| 5563 | return impl()->start_timestamp(); |
| 5564 | } |
| 5565 | |
| 5566 | // Gets the elapsed time, in milliseconds. |
| 5567 | internal::TimeInMillis UnitTest::elapsed_time() const { |
no test coverage detected