commit | 6a5bd307023ac14089cbcc9e26790f8747f96af9 | [log] [tgz] |
---|---|---|
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | Mon Dec 03 17:05:38 2007 +0000 |
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | Mon Dec 03 17:05:38 2007 +0000 |
tree | 142d90471548854062e8a06581aa1acb708350ef | |
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
diff --git a/monitor.c b/monitor.c index 3c4694c..aa39147 100644 --- a/monitor.c +++ b/monitor.c
@@ -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