1
0
Fork 0
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:
Daniel Krebs 2018-05-15 15:12:17 +02:00
parent e819829560
commit 2bfb9e2450

View file

@ -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