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

Method start_timestamp

tests/gtest/gtest-all.cc:6136–6138  ·  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

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

Callers 2

PrintXmlUnitTestMethod · 0.80
PrintJsonUnitTestMethod · 0.80

Calls 1

implFunction · 0.85

Tested by

no test coverage detected