From 17be223f0f30a79fc3b8ca24824e9bccb81a6026 Mon Sep 17 00:00:00 2001 From: Lukas Steiner Date: Fri, 18 Feb 2022 10:57:20 +0100 Subject: [PATCH] Test output 1. --- DRAMSys/library/src/common/TlmRecorder.cpp | 1 + 1 file changed, 1 insertion(+) 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;