diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2005-01-26 22:00:47 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2005-01-26 22:00:47 +0000 |
commit | e3db7226b411d767b9a3ac8e0d88f5cbd5782349 (patch) | |
tree | dbc6a91f0c538c2736a9c9d3acab3300125dd11e /cpu-all.h | |
parent | d79284e07aae8d702c1d3f9d83590480fa06f5d7 (diff) |
JIT statistics
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1244 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'cpu-all.h')
-rw-r--r-- | cpu-all.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -742,4 +742,7 @@ static inline void cpu_physical_memory_set_dirty(target_ulong addr) void cpu_physical_memory_reset_dirty(target_ulong start, target_ulong end); +void dump_exec_info(FILE *f, + int (*cpu_fprintf)(FILE *f, const char *fmt, ...)); + #endif /* CPU_ALL_H */ |