mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
common/memory: expose method to dump memory graph to file
This commit is contained in:
parent
e819829560
commit
2bfb9e2450
1 changed files with 3 additions and 0 deletions
|
@ -218,6 +218,9 @@ public:
|
|||
dump()
|
||||
{ memoryGraph.dump(); }
|
||||
|
||||
void
|
||||
dumpToFile(const std::string& fileName)
|
||||
{ memoryGraph.dump(fileName); }
|
||||
|
||||
private:
|
||||
/// Convert a Mapping to MemoryTranslation for calculations
|
||||
|
|
Loading…
Add table
Reference in a new issue