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

Method elapsed_time

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

Gets the elapsed time, in milliseconds.

Source from the content-addressed store, hash-verified

6139
6140// Gets the elapsed time, in milliseconds.
6141internal::TimeInMillis UnitTest::elapsed_time() const {
6142 return impl()->elapsed_time();
6143}
6144
6145// Returns true iff the unit test passed (i.e. all test suites passed).
6146bool UnitTest::Passed() const { return impl()->Passed(); }

Callers 12

OnTestIterationEndMethod · 0.80
OnTestCaseEndMethod · 0.80
OnTestEndMethod · 0.80
OnTestEndMethod · 0.80
OnTestCaseEndMethod · 0.80
OnTestIterationEndMethod · 0.80
OutputXmlTestInfoMethod · 0.80
PrintXmlTestSuiteMethod · 0.80
PrintXmlUnitTestMethod · 0.80
OutputJsonTestInfoMethod · 0.80
PrintJsonTestSuiteMethod · 0.80
PrintJsonUnitTestMethod · 0.80

Calls 1

implFunction · 0.85

Tested by

no test coverage detected