rta rewrite for loader changes
[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 ();
10  
11 #endif /* _PARSERTSTATS_H */
12
13
14 /*
15  * These are local overrides for various environment variables in Emacs.
16  * Please do not remove this and leave it at the end of the file, where
17  * Emacs will automagically detect them.
18  * ---------------------------------------------------------------------
19  * Local variables:
20  * mode: c
21  * indent-tabs-mode: t
22  * c-basic-offset: 4
23  * tab-width: 4
24  * End:
25  */