-
Notifications
You must be signed in to change notification settings - Fork 48
Analyze simulation results
Donghyun Gouk edited this page Oct 10, 2018
·
3 revisions
gem5
support 1. statistic printout
and 2. debug log
for simulation result analysis.
You can search through gem5
communities for more information (how to measure CPU utilizations and so on).
SimpleSSD prints statistics to gem5 statistic printout
.
This contains statistics from each layer of SimpleSSD (HIL, ICL, FTL and PAL).
See previous section for analyze this.
SimpleSSD prints debug log to stdout
of gem5
(you can change this from source code).
Following is example of debug log when initializing SimpleSSD.