diff --git a/DRAMSys/library/src/common/TlmRecorder.cpp b/DRAMSys/library/src/common/TlmRecorder.cpp index 88056e7f..de86598d 100644 --- a/DRAMSys/library/src/common/TlmRecorder.cpp +++ b/DRAMSys/library/src/common/TlmRecorder.cpp @@ -222,6 +222,7 @@ void TlmRecorder::terminateRemainingTransactions() while (!currentTransactionsInSystem.empty()) { auto transaction = currentTransactionsInSystem.begin(); + std::cout << transaction->second.recordedPhases.front().name << std::endl; if (transaction->second.cmd == 'X') { std::string beginPhase = transaction->second.recordedPhases.front().name;