Gets the time of the test program start, in ms from the start of the UNIX epoch.
| 6134 | // Gets the time of the test program start, in ms from the start of the |
| 6135 | // UNIX epoch. |
| 6136 | internal::TimeInMillis UnitTest::start_timestamp() const { |
| 6137 | return impl()->start_timestamp(); |
| 6138 | } |
| 6139 | |
| 6140 | // Gets the elapsed time, in milliseconds. |
| 6141 | internal::TimeInMillis UnitTest::elapsed_time() const { |
no test coverage detected