MCPcopy Create free account
hub / github.com/apache/singa / start_timestamp

Method start_timestamp

test/gtest/gtest-all.cc:5198–5200  ·  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

5196// Gets the time of the test program start, in ms from the start of the
5197// UNIX epoch.
5198internal::TimeInMillis UnitTest::start_timestamp() const {
5199 return impl()->start_timestamp();
5200}
5201
5202// Gets the elapsed time, in milliseconds.
5203internal::TimeInMillis UnitTest::elapsed_time() const {

Callers 1

PrintXmlUnitTestMethod · 0.80

Calls 1

implFunction · 0.85

Tested by

no test coverage detected