-
Benoit Perrot authored
Display the number of executed R,I and J-type instructions on profile. * src/vm/cpu.hh, src/vm/cpu.cc: Add an array of counters and update them for each executed instruction. * src/vm/virtual_machine.hh: Add accessor to CPU. * src/vm-tasks.cc: Print the counters on profile.
Benoit Perrot authoredDisplay the number of executed R,I and J-type instructions on profile. * src/vm/cpu.hh, src/vm/cpu.cc: Add an array of counters and update them for each executed instruction. * src/vm/virtual_machine.hh: Add accessor to CPU. * src/vm-tasks.cc: Print the counters on profile.
Loading