/* jit/parseRTstats.h - */ #ifndef _PARSERTSTATS_H #define _PARSERTSTATS_H /* function prototypes */ void printCallgraph (list *rtaWorkList); /* print RTA worklist of methods */ void printRThierarchyInfo(methodinfo *m); #endif /* _PARSERTSTATS_H */ /* * These are local overrides for various environment variables in Emacs. * Please do not remove this and leave it at the end of the file, where * Emacs will automagically detect them. * --------------------------------------------------------------------- * Local variables: * mode: c * indent-tabs-mode: t * c-basic-offset: 4 * tab-width: 4 * End: */