* Removed all Id tags.
[cacao.git] / src / vmcore / statistics.h
index 015d62cc3ba80feda7cc91ad4673d74fefb4613e..82e23d7e99359d6575fdd3018e8b1a4f474bf9db 100644 (file)
@@ -22,8 +22,6 @@
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    02110-1301, USA.
 
-   $Id: statistics.h 8082 2007-06-14 12:10:49Z tbfg $
-
 */
 
 
@@ -106,6 +104,8 @@ extern s4 size_lock_record;
 extern s4 size_lock_hashtable;
 extern s4 size_lock_waiter;
 
+extern s4 size_patchref;
+
 extern u8 count_calls_java_to_native;
 extern u8 count_calls_native_to_java;
 
@@ -142,8 +142,12 @@ extern int count_mov_mem_mem;
 
 extern int count_jit_calls;
 extern int count_methods;
-extern int count_spills;
-extern int count_spills_read;
+extern int count_spills_read_ila;
+extern int count_spills_read_flt;
+extern int count_spills_read_dbl;
+extern int count_spills_write_ila;
+extern int count_spills_write_flt;
+extern int count_spills_write_dbl;
 extern int count_pcmd_activ;
 extern int count_pcmd_drop;
 extern int count_pcmd_zero;