projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee5605e
)
The profiler need qemu-timer.h
author
ths
<ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 3 Dec 2007 17:05:38 +0000
(17:05 +0000)
committer
ths
<ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 3 Dec 2007 17:05:38 +0000
(17:05 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3770
c046a42c
-6fe2-441c-8c8c-
71466251a162
monitor.c
patch
|
blob
|
history
diff --git
a/monitor.c
b/monitor.c
index 3c4694c78426ffb6caa3ef853f7a916e578a0c1b..aa39147b63f958aa967f98d8bc17333e321cb153 100644
(file)
--- 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