MCPcopy Create free account
hub / github.com/OpenPTrack/open_ptrack_v2 / elapsed_time

Method elapsed_time

rtpose_wrapper/src/gtest/gtest-all.cpp:4998–5000  ·  view source on GitHub ↗

Gets the elapsed time, in milliseconds.

Source from the content-addressed store, hash-verified

4996
4997// Gets the elapsed time, in milliseconds.
4998internal::TimeInMillis UnitTest::elapsed_time() const {
4999 return impl()->elapsed_time();
5000}
5001
5002// Returns true iff the unit test passed (i.e. all test cases passed).
5003bool UnitTest::Passed() const { return impl()->Passed(); }

Callers 9

OnTestEndMethod · 0.80
OnTestCaseEndMethod · 0.80
OnTestIterationEndMethod · 0.80
OutputXmlTestInfoMethod · 0.80
PrintXmlTestCaseMethod · 0.80
PrintXmlUnitTestMethod · 0.80
OnTestIterationEndMethod · 0.80
OnTestCaseEndMethod · 0.80
OnTestEndMethod · 0.80

Calls 1

implFunction · 0.85

Tested by

no test coverage detected