diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2005-08-21 09:30:40 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2005-08-21 09:30:40 +0000 |
commit | 5e6ad6f90eaab923b2d949882751075c5e3291e0 (patch) | |
tree | f5629bf2a3f56b823c2a1c67625998791d576a7f /monitor.c | |
parent | aa0629734011106231e02fca3c19e9e0e24c02be (diff) |
kqemu profiling
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1546 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'monitor.c')
-rw-r--r-- | monitor.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -251,6 +251,9 @@ static void do_info_history (void) static void do_quit(void) { +#ifdef USE_KQEMU + kqemu_record_dump(); +#endif exit(0); } |