Searched refs:start_timestamp (Results 1 - 4 of 4) sorted by relevance

/gem5/ext/googletest/googletest/src/
H A Dgtest-internal-inl.h561 TimeInMillis start_timestamp() const { return start_timestamp_; } function in class:testing::internal::UnitTestImpl
H A Dgtest.cc3718 FormatEpochTimeInMillisAsIso8601(unit_test.start_timestamp()));
4045 internal::TimeInMillis UnitTest::start_timestamp() const { function in class:testing::UnitTest
4046 return impl()->start_timestamp();
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest.h1228 TimeInMillis start_timestamp() const;
/gem5/ext/googletest/googletest/test/
H A Dgtest_unittest.cc1936 EXPECT_LT(0, UnitTest::GetInstance()->start_timestamp());
1937 EXPECT_LE(UnitTest::GetInstance()->start_timestamp(), GetTimeInMillis());

Completed in 61 milliseconds