update to RT statistics for verbose
[cacao.git] / src / vm / jit / inline / parseRTstats.h
1 /* jit/parseRTstats.h -
2 */
3
4
5 #ifndef _PARSERTSTATS_H
6 #define _PARSERTSTATS_H
7
8 /* function prototypes */
9 void printCallgraph (list *rtaWorkList); /* print RTA worklist of methods */
10 void printRThierarchyInfo(methodinfo *m); 
11
12
13 #endif /* _PARSERTSTATS_H */
14
15
16 /*
17  * These are local overrides for various environment variables in Emacs.
18  * Please do not remove this and leave it at the end of the file, where
19  * Emacs will automagically detect them.
20  * ---------------------------------------------------------------------
21  * Local variables:
22  * mode: c
23  * indent-tabs-mode: t
24  * c-basic-offset: 4
25  * tab-width: 4
26  * End:
27  */