gem5 v24.1.0.1
|
Go to the source code of this file.
Functions | |
TEST (StatsUnitsTest, Cycle) | |
TEST (StatsUnitsTest, Tick) | |
TEST (StatsUnitsTest, Second) | |
TEST (StatsUnitsTest, Bit) | |
TEST (StatsUnitsTest, Byte) | |
TEST (StatsUnitsTest, Watt) | |
TEST (StatsUnitsTest, Joule) | |
TEST (StatsUnitsTest, Volt) | |
TEST (StatsUnitsTest, DegreeCelsius) | |
TEST (StatsUnitsTest, Count) | |
TEST (StatsUnitsTest, Rate1) | |
TEST (StatsUnitsTest, Rate2) | |
TEST (StatsUnitsTest, RateOfRates) | |
TEST (StatsUnitsTest, Ratio) | |
TEST (StatsUnitsTest, Unspecified) | |
TEST | ( | StatsUnitsTest | , |
Bit | |||
) |
Definition at line 54 of file units.test.cc.
References gem5::statistics::units::Bit::get(), gem5::statistics::units::Bit::getUnitString(), and gem5::statistics::units::Bit::toString().
TEST | ( | StatsUnitsTest | , |
Byte | |||
) |
Definition at line 60 of file units.test.cc.
References gem5::statistics::units::Byte::get(), gem5::statistics::units::Byte::getUnitString(), and gem5::statistics::units::Byte::toString().
TEST | ( | StatsUnitsTest | , |
Count | |||
) |
Definition at line 92 of file units.test.cc.
References gem5::statistics::units::Count::get(), gem5::statistics::units::Count::getUnitString(), and gem5::statistics::units::Count::toString().
TEST | ( | StatsUnitsTest | , |
Cycle | |||
) |
Definition at line 36 of file units.test.cc.
References gem5::statistics::units::Cycle::get(), gem5::statistics::units::Cycle::getUnitString(), and gem5::statistics::units::Cycle::toString().
TEST | ( | StatsUnitsTest | , |
DegreeCelsius | |||
) |
Definition at line 84 of file units.test.cc.
References gem5::statistics::units::DegreeCelsius::get(), gem5::statistics::units::DegreeCelsius::getUnitString(), and gem5::statistics::units::DegreeCelsius::toString().
TEST | ( | StatsUnitsTest | , |
Joule | |||
) |
Definition at line 72 of file units.test.cc.
References gem5::statistics::units::Joule::get(), gem5::statistics::units::Joule::getUnitString(), and gem5::statistics::units::Joule::toString().
TEST | ( | StatsUnitsTest | , |
Rate1 | |||
) |
Definition at line 98 of file units.test.cc.
TEST | ( | StatsUnitsTest | , |
Rate2 | |||
) |
Definition at line 110 of file units.test.cc.
TEST | ( | StatsUnitsTest | , |
RateOfRates | |||
) |
Definition at line 122 of file units.test.cc.
References gem5::statistics::units::Rate< T1, T2 >::get(), and gem5::statistics::units::Rate< T1, T2 >::getUnitString().
TEST | ( | StatsUnitsTest | , |
Ratio | |||
) |
Definition at line 135 of file units.test.cc.
References gem5::statistics::units::Ratio::get(), gem5::statistics::units::Ratio::getUnitString(), and gem5::statistics::units::Ratio::toString().
TEST | ( | StatsUnitsTest | , |
Second | |||
) |
Definition at line 48 of file units.test.cc.
References gem5::statistics::units::Second::get(), gem5::statistics::units::Second::getUnitString(), and gem5::statistics::units::Second::toString().
TEST | ( | StatsUnitsTest | , |
Tick | |||
) |
Definition at line 42 of file units.test.cc.
References gem5::statistics::units::Tick::getUnitString().
TEST | ( | StatsUnitsTest | , |
Unspecified | |||
) |
Definition at line 141 of file units.test.cc.
References gem5::statistics::units::Unspecified::get(), gem5::statistics::units::Unspecified::getUnitString(), and gem5::statistics::units::Unspecified::toString().
TEST | ( | StatsUnitsTest | , |
Volt | |||
) |
Definition at line 78 of file units.test.cc.
References gem5::statistics::units::Volt::get(), gem5::statistics::units::Volt::getUnitString(), and gem5::statistics::units::Volt::toString().
TEST | ( | StatsUnitsTest | , |
Watt | |||
) |
Definition at line 66 of file units.test.cc.
References gem5::statistics::units::Watt::get(), gem5::statistics::units::Watt::getUnitString(), and gem5::statistics::units::Watt::toString().