Print some timing statistics when the sim exits

I failed at the cherry-pick merge, I didn't merge in the include files correctly.

refs #183
This commit is contained in:
Alex Lin 2016-02-18 13:06:10 -06:00
parent 347e102f40
commit a7cf791d58

View File

@ -7,6 +7,8 @@ PROGRAMMERS:
#include <stdio.h>
#include <iostream>
#include <sstream>
#include <iomanip>
#include "sim_services/RealtimeSync/include/RealtimeSync.hh"
#include "sim_services/Executive/include/exec_proto.h"
#include "sim_services/Executive/include/sim_mode.h"