Searched refs:ms (Results 1 - 10 of 10) sorted by relevance

/gem5/ext/pybind11/tests/
H A Dtest_modules.py2 from pybind11_tests.modules import subsubmodule as ms
12 assert ms.__name__ == "pybind11_tests.modules.subsubmodule"
14 assert ms.submodule_func() == "submodule_func()"
18 b = ms.B()
24 b.a1 = ms.A(42)
25 b.a2 = ms.A(43)
31 astats, bstats = ConstructorStats.get(ms.A), ConstructorStats.get(ms.B)
/gem5/src/sim/
H A Dcore.cc53 double ms; member in namespace:SimClock::Float
66 Tick ms; member in namespace:SimClock::Int
92 Float::ms = Float::s / 1.0e3; member in class:Float
98 Float::kHz = 1.0 / Float::ms;
103 Int::ms = Int::s / 1000; member in class:Int
104 Int::us = Int::ms / 1000;
H A Dcore.hh63 extern double ms; ///< millisecond
86 extern Tick ms; ///< millisecond
/gem5/src/dev/arm/
H A Denergy_ctrl.hh170 return (uint32_t)(SimClock::Int::ms / period);
/gem5/src/systemc/tests/systemc/compliance_1666/test001/
H A Dtest001.cpp278 MS ms; //// Pointer-to-module used as the type of a signal DOULOS051 local
303 moda.p4(ms);
309 modb.p4(ms);
/gem5/src/mem/cache/tags/
H A Dbase.cc163 } else if (age / SimClock::Int::ms < 1) { // <1ms
165 } else if (age / SimClock::Int::ms < 10) { // <10ms
168 age_index = 4; // >10ms
/gem5/src/systemc/tests/tlm/endian_conv/
H A Dtestall.py353 def test_a_fragment(f, ms):
355 # ms is the memory state to use at start of test
365 [("%s\n%s\nconverter = %d\n" % (f, ms, c.nr)) for c in convs])
395 %s""" % (f, ms, i, golden_ms, ms_out))
/gem5/ext/googletest/googletest/src/
H A Dgtest-internal-inl.h119 GTEST_API_ std::string FormatTimeInMillisAsSeconds(TimeInMillis ms);
125 GTEST_API_ std::string FormatEpochTimeInMillisAsIso8601(TimeInMillis ms);
559 // Gets the time of the test program start, in ms from the start of the
901 // The time of the test program start, in ms from the start of the
1130 StreamableToString(unit_test.elapsed_time()) + "ms");
1140 + "ms");
1151 StreamableToString((test_info.result())->elapsed_time()) + "ms");
H A Dgtest.cc3141 printf(" (%s ms)\n", internal::StreamableToString(
3155 printf("%s from %s (%s ms total)\n\n",
3200 printf(" (%s ms total)",
3550 std::string FormatTimeInMillisAsSeconds(TimeInMillis ms) { argument
3552 ss << (static_cast<double>(ms) * 1e-3);
3574 std::string FormatEpochTimeInMillisAsIso8601(TimeInMillis ms) { argument
3576 if (!PortableLocaltime(static_cast<time_t>(ms / 1000), &time_struct))
4043 // Gets the time of the test program start, in ms from the start of the
/gem5/src/cpu/kvm/
H A Dx86_cpu.cc1246 return kvmRunWrapper(1 * SimClock::Float::ms);

Completed in 48 milliseconds