CMU-SAFARI/MQSim

How to collect transfer/execution time for each request?

Opened this issue · 0 comments

I found that class User_request has a Transaction_list, where contains all related transactions. I want to sum the transfer/execution time of transactions of each User_request and return the time info to the host.
I wonder which class I should modify?