diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-12-03 17:05:38 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-12-03 17:05:38 +0000 |
commit | 6a5bd307023ac14089cbcc9e26790f8747f96af9 (patch) | |
tree | 142d90471548854062e8a06581aa1acb708350ef /monitor.c | |
parent | ee5605e55676752335420dfddb98860f7d8ecd89 (diff) |
The profiler need qemu-timer.h
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3770 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'monitor.c')
-rw-r--r-- | monitor.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -36,6 +36,10 @@ #include "disas.h" #include <dirent.h> +#ifdef CONFIG_PROFILER +#include "qemu-timer.h" /* for ticks_per_sec */ +#endif + //#define DEBUG //#define DEBUG_COMPLETION |