Gets the time of the test program start, in ms from the start of the UNIX epoch.
| 5196 | // Gets the time of the test program start, in ms from the start of the |
| 5197 | // UNIX epoch. |
| 5198 | internal::TimeInMillis UnitTest::start_timestamp() const { |
| 5199 | return impl()->start_timestamp(); |
| 5200 | } |
| 5201 | |
| 5202 | // Gets the elapsed time, in milliseconds. |
| 5203 | internal::TimeInMillis UnitTest::elapsed_time() const { |
no test coverage detected