Test output 1.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user