MCPcopy Create free account
hub / github.com/EmbeddedRPC/erpc / start_timestamp

Method start_timestamp

test/common/gtest/gtest.cpp:5562–5564  ·  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

5560// Gets the time of the test program start, in ms from the start of the
5561// UNIX epoch.
5562internal::TimeInMillis UnitTest::start_timestamp() const {
5563 return impl()->start_timestamp();
5564}
5565
5566// Gets the elapsed time, in milliseconds.
5567internal::TimeInMillis UnitTest::elapsed_time() const {

Callers 1

PrintXmlUnitTestMethod · 0.80

Calls 1

implFunction · 0.85

Tested by

no test coverage detected