a5b25d080dac378594ec6b21cdcb787bbebf8dab
[cacao.git] / src / vmcore / statistics.h
1 /* src/vmcore/statistics.h - exports global varables for statistics
2
3    Copyright (C) 1996-2005, 2006, 2007 R. Grafl, A. Krall, C. Kruegel,
4    C. Oates, R. Obermaisser, M. Platter, M. Probst, S. Ring,
5    E. Steiner, C. Thalinger, D. Thuernbeck, P. Tomsich, C. Ullrich,
6    J. Wenninger, Institut f. Computersprachen - TU Wien
7
8    This file is part of CACAO.
9
10    This program is free software; you can redistribute it and/or
11    modify it under the terms of the GNU General Public License as
12    published by the Free Software Foundation; either version 2, or (at
13    your option) any later version.
14
15    This program is distributed in the hope that it will be useful, but
16    WITHOUT ANY WARRANTY; without even the implied warranty of
17    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
18    General Public License for more details.
19
20    You should have received a copy of the GNU General Public License
21    along with this program; if not, write to the Free Software
22    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
23    02110-1301, USA.
24
25    $Id: statistics.h 8199 2007-07-13 00:39:49Z michi $
26
27 */
28
29
30 #ifndef _STATISTICS_H
31 #define _STATISTICS_H
32
33 #include "config.h"
34 #include "vm/types.h"
35
36 #include "vm/global.h"
37
38
39 /* statistic macros ***********************************************************/
40
41 #if defined(ENABLE_STATISTICS)
42 #define STATISTICS(x) \
43     do { \
44         if (opt_stat) { \
45             x; \
46         } \
47     } while (0)
48 #else
49 #define STATISTICS(x)    /* nothing */
50 #endif
51
52 /* in_  inline statistics */
53
54 #define IN_MAX                  9
55 #define IN_UNIQUEVIRT           0x0000 
56 #define IN_UNIQUE_INTERFACE     0x0001
57 #define IN_OUTSIDERS            0x0004
58 #define IN_MAXDEPTH             0x0008
59 #define IN_MAXCODE              0x0010
60 #define IN_JCODELENGTH          0x0020
61 #define IN_EXCEPTION            0x0040
62 #define IN_NOT_UNIQUE_VIRT      0x0080
63 #define IN_NOT_UNIQUE_INTERFACE 0x0100
64
65 #define N_UNIQUEVIRT            0
66 #define N_UNIQUE_INTERFACE      1
67 #define N_OUTSIDERS             2
68 #define N_MAXDEPTH              3       
69 #define N_MAXCODE               4 
70 #define N_JCODELENGTH           5 
71 #define N_EXCEPTION            6 
72 #define N_NOT_UNIQUE_VIRT       7 
73 #define N_NOT_UNIQUE_INTERFACE  8 
74
75
76 /* global variables ***********************************************************/
77
78 extern s4 codememusage;
79 extern s4 maxcodememusage;
80
81 extern s4 memoryusage;
82 extern s4 maxmemusage;
83
84 extern s4 maxdumpsize;
85
86 extern s4 globalallocateddumpsize;
87 extern s4 globaluseddumpsize;
88
89
90 /* variables for measurements *************************************************/
91
92 extern s4 size_classinfo;
93 extern s4 size_fieldinfo;
94 extern s4 size_methodinfo;
95 extern s4 size_lineinfo;
96 extern s4 size_codeinfo;
97
98 extern s4 size_stub_native;
99
100 extern s4 size_stack_map;
101 extern s4 size_string;
102
103 extern s4 size_threadobject;
104
105 extern s4 size_lock_record;
106 extern s4 size_lock_hashtable;
107 extern s4 size_lock_waiter;
108
109 extern s4 size_patchref;
110
111 extern u8 count_calls_java_to_native;
112 extern u8 count_calls_native_to_java;
113
114 extern int count_const_pool_len;
115 extern int count_classref_len;
116 extern int count_parsed_desc_len;
117 extern int count_vftbl_len;
118 extern int count_all_methods;
119 extern int count_methods_marked_used;  /*RTA*/
120 extern int count_vmcode_len;
121 extern int count_extable_len;
122 extern int count_class_loads;
123 extern int count_class_inits;
124
125 extern int count_utf_len;               /* size of utf hash                   */
126 extern int count_utf_new;
127 extern int count_utf_new_found;
128
129 extern int count_locals_conflicts;
130 extern int count_locals_spilled;
131 extern int count_locals_register;
132 extern int count_ss_spilled;
133 extern int count_ss_register;
134 extern int count_methods_allocated_by_lsra;
135 extern int count_mem_move_bb;
136 extern int count_interface_size;
137 extern int count_argument_mem_ss;
138 extern int count_argument_reg_ss;
139 extern int count_method_in_register;
140 extern int count_mov_reg_reg;
141 extern int count_mov_mem_reg;
142 extern int count_mov_reg_mem;
143 extern int count_mov_mem_mem;
144
145 extern int count_jit_calls;
146 extern int count_methods;
147 extern int count_spills_read_ila;
148 extern int count_spills_read_flt;
149 extern int count_spills_read_dbl;
150 extern int count_spills_write_ila;
151 extern int count_spills_write_flt;
152 extern int count_spills_write_dbl;
153 extern int count_pcmd_activ;
154 extern int count_pcmd_drop;
155 extern int count_pcmd_zero;
156 extern int count_pcmd_const_store;
157 extern int count_pcmd_const_alu;
158 extern int count_pcmd_const_bra;
159 extern int count_pcmd_load;
160 extern int count_pcmd_move;
161 extern int count_load_instruction;
162 extern int count_pcmd_store;
163 extern int count_pcmd_store_comb;
164 extern int count_dup_instruction;
165 extern int count_pcmd_op;
166 extern int count_pcmd_mem;
167 extern int count_pcmd_met;
168 extern int count_pcmd_bra;
169 extern int count_pcmd_table;
170 extern int count_pcmd_return;
171 extern int count_pcmd_returnx;
172 extern int count_check_null;
173 extern int count_check_bound;
174 extern int count_max_basic_blocks;
175 extern int count_basic_blocks;
176 extern int count_max_javainstr;
177 extern int count_javainstr;
178 extern int count_javacodesize;
179 extern int count_javaexcsize;
180 extern int count_calls;
181 extern int count_tryblocks;
182 extern int count_code_len;
183 extern int count_data_len;
184 extern int count_cstub_len;
185 extern int count_max_new_stack;
186 extern int count_upper_bound_new_stack;
187
188 extern int count_emit_branch;
189 extern int count_emit_branch_8bit;
190 extern int count_emit_branch_16bit;
191 extern int count_emit_branch_32bit;
192 extern int count_emit_branch_64bit;
193
194 extern s4 count_branches_resolved;
195 extern s4 count_branches_unresolved;
196
197 extern int *count_block_stack;
198 extern int *count_analyse_iterations;
199 extern int *count_method_bb_distribution;
200 extern int *count_block_size_distribution;
201 extern int *count_store_length;
202 extern int *count_store_depth;
203                                 /* in_  inline statistics */
204 extern int count_in;
205 extern int count_in_uniqVirt;
206 extern int count_in_uniqIntf;
207 extern int count_in_rejected;
208 extern int count_in_rejected_mult;
209 extern int count_in_outsiders;
210 extern int count_in_uniqueVirt_not_inlined;
211 extern int count_in_uniqueInterface_not_inlined;
212 extern int count_in_maxDepth;
213 extern int count_in_maxMethods;
214
215 extern u2 count_in_not   [512];
216
217 /* instruction scheduler statistics *******************************************/
218
219 extern s4 count_schedule_basic_blocks;
220 extern s4 count_schedule_nodes;
221 extern s4 count_schedule_leaders;
222 extern s4 count_schedule_max_leaders;
223 extern s4 count_schedule_critical_path;
224
225
226 /* function prototypes ********************************************************/
227
228 s8 getcputime(void);
229
230 void loadingtime_start(void);
231 void loadingtime_stop(void);
232 void compilingtime_start(void);
233 void compilingtime_stop(void);
234
235 void print_times(void);
236 void print_stats(void);
237
238 void statistics_print_date(void);
239 void statistics_print_memory_usage(void);
240 void statistics_print_gc_memory_usage(void);
241
242 void mem_usagelog(bool givewarnings);
243
244 void compiledinvokation(void);
245 void jnicallXmethodnvokation(void);
246 void jniinvokation(void);
247
248 #endif /* _STATISTICS_H */
249
250
251 /*
252  * These are local overrides for various environment variables in Emacs.
253  * Please do not remove this and leave it at the end of the file, where
254  * Emacs will automagically detect them.
255  * ---------------------------------------------------------------------
256  * Local variables:
257  * mode: c
258  * indent-tabs-mode: t
259  * c-basic-offset: 4
260  * tab-width: 4
261  * End:
262  */