#include <type_traits>
#include "base/compiler.hh"
#include "base/cprintf.hh"
Go to the source code of this file.
◆ UNIT_BIT
Value: GEM5_DEPRECATED_MACRO( \
UNIT_BIT, statistics::units::Bit::get(),
"Use statistics::units::Bit::get()")
Definition at line 51 of file units.hh.
◆ UNIT_BYTE
Value: GEM5_DEPRECATED_MACRO( \
UNIT_BYTE, statistics::units::Byte::get(),
"Use statistics::units::Byte::get()")
Definition at line 53 of file units.hh.
◆ UNIT_CELSIUS
Value: GEM5_DEPRECATED_MACRO( \
"Use statistics::units::DegreeCelsius::get()")
Definition at line 60 of file units.hh.
◆ UNIT_COUNT
Value: GEM5_DEPRECATED_MACRO( \
"Use statistics::units::Count::get()")
Definition at line 69 of file units.hh.
◆ UNIT_CYCLE
Value: GEM5_DEPRECATED_MACRO( \
"Use statistics::units::Cycle::get()")
#define UNIT_CYCLE
Convenience macros to declare the unit of a stat.
Convenience macros to declare the unit of a stat.
Definition at line 43 of file units.hh.
◆ UNIT_JOULE
Value: GEM5_DEPRECATED_MACRO( \
"Use statistics::units::Joule::get()")
Definition at line 55 of file units.hh.
◆ UNIT_RATE
#define UNIT_RATE |
( |
| T1, |
|
|
| T2 ) |
Value: GEM5_DEPRECATED_MACRO( \
UNIT_RATE, (statistics::units::Rate<T1, T2>::get()), \
"Use statistics::units::Rate<T1, T2>::get()")
#define UNIT_RATE(T1, T2)
Definition at line 63 of file units.hh.
◆ UNIT_RATIO
Value: GEM5_DEPRECATED_MACRO( \
"Use statistics::units::Ratio::get()")
Definition at line 66 of file units.hh.
◆ UNIT_SECOND
Value: GEM5_DEPRECATED_MACRO( \
"Use statistics::units::Second::get()")
Definition at line 48 of file units.hh.
◆ UNIT_TICK
Value: GEM5_DEPRECATED_MACRO( \
UNIT_TICK, statistics::units::Tick::get(),
"Use statistics::units::Tick::get()")
Definition at line 46 of file units.hh.
◆ UNIT_UNSPECIFIED
Value: GEM5_DEPRECATED_MACRO( \
"Use statistics::units::Unspecified::get()")
Definition at line 74 of file units.hh.
◆ UNIT_VOLT
Value: GEM5_DEPRECATED_MACRO( \
UNIT_VOLD, statistics::units::Volt::get(), "Use statistics::units::Volt::get()")
Definition at line 58 of file units.hh.
◆ UNIT_WATT
Value: GEM5_DEPRECATED_MACRO( \
UNIT_WATT, statistics::units::Watt::get(),
"Use statistics::units::Watt::get()")
Definition at line 72 of file units.hh.