|
The Sparta Modeling Framework
|
To assist with post-simulation replay, this class implements a step() method. More...
#include <CherryPickFastCheckpointer.hpp>
Public Member Functions | |
| DatabaseCheckpointReplayer (simdb::DatabaseManager *db_mgr, TreeNode *root) | |
| Construct with one root from which we'll find the ArchData's. | |
| DatabaseCheckpointReplayer (simdb::DatabaseManager *db_mgr, const std::vector< TreeNode * > &roots) | |
| Construct with multiple roots from which we'll find the ArchData's. | |
| uint64_t | getNumCheckpoints () const |
| Get the total number of committed checkpoints. | |
| bool | step () |
| Go to the next checkpoint and fill in the ArchData's from the roots. | |
To assist with post-simulation replay, this class implements a step() method.
Definition at line 220 of file CherryPickFastCheckpointer.hpp.
|
inline |
Construct with one root from which we'll find the ArchData's.
Definition at line 224 of file CherryPickFastCheckpointer.hpp.
|
inline |
Construct with multiple roots from which we'll find the ArchData's.
Definition at line 229 of file CherryPickFastCheckpointer.hpp.

|
inline |
Get the total number of committed checkpoints.
Definition at line 238 of file CherryPickFastCheckpointer.hpp.

| bool sparta::serialization::checkpoint::CherryPickFastCheckpointer::DatabaseCheckpointReplayer::step | ( | ) |
Go to the next checkpoint and fill in the ArchData's from the roots.