SMAUG
Simulating Machine Learning Applications on gem5-Aladdin
|
A RAII helper class which dumps and/or resets gem5 stats at construction and destruction. More...
#include <utils.h>
A RAII helper class which dumps and/or resets gem5 stats at construction and destruction.
Public Member Functions | |
ScopedStats (const char *_startLabel, const char *_endLabel, bool _resetStats=true) | |
Protected Attributes | |
const char * | startLabel |
const char * | endLabel |
bool | resetStats |