MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / start_timestamp

Function start_timestamp

tests/gtest/gtest-all.cc:967–967  ·  view source on GitHub ↗

Gets the time of the test program start, in ms from the start of the UNIX epoch.

Source from the content-addressed store, hash-verified

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_; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected