gem5 v24.0.0.0
|
Public Member Functions | |
void | SetUp () override |
void | TearDown () override |
Public Member Functions inherited from gem5::SerializationFixture | |
std::string | getDirName () const |
Get the name of the directory we have created on SetUp. | |
std::string | getCptPath () const |
Get the path to the checkpoint file. | |
void | simulateSerialization (std::string contents) const |
Create a cpt file with the contents specified by the string. | |
void | SetUp () override |
void | TearDown () override |
Public Attributes | |
std::unique_ptr< CheckpointIn > | cpt |
Additional Inherited Members | |
Static Public Member Functions inherited from gem5::SerializationFixture | |
static std::string | generateTempDirName () |
Generate a temporary directory name. | |
Definition at line 67 of file serialize.test.cc.
|
inlineoverride |
Definition at line 75 of file serialize.test.cc.
References gem5::SerializationFixture::getCptPath(), and gem5::SerializationFixture::SetUp().
|
inlineoverride |
Definition at line 87 of file serialize.test.cc.
std::unique_ptr<CheckpointIn> CheckpointInFixture::cpt |
Definition at line 70 of file serialize.test.cc.