Gets the time of the test program start, in ms from the start of the UNIX epoch.
| 965 | // Gets the time of the test program start, in ms from the start of the |
| 966 | // UNIX epoch. |
| 967 | TimeInMillis start_timestamp() const { return start_timestamp_; } |
| 968 | |
| 969 | // Gets the elapsed time, in milliseconds. |
| 970 | TimeInMillis elapsed_time() const { return elapsed_time_; } |
nothing calls this directly
no outgoing calls
no test coverage detected