mem: Add memory footprint probe

Signed-off-by: Jason Lowe-Power <jason@lowepower.com>
This commit is contained in:
Rahul Thakur
2017-01-27 14:58:15 -06:00
parent 2974dc7a37
commit 32d05d5fb6
6 changed files with 282 additions and 0 deletions

View File

@@ -252,6 +252,7 @@ system.tgen = TrafficGen(config_file = cfg_file_name,
# add a communication monitor
system.monitor = CommMonitor()
system.monitor.footprint = MemFootprintProbe()
# connect the traffic generator to the system
system.tgen.port = system.monitor.slave