factor/vmpp/profiler.hpp

5 lines
132 B
C++
Raw Normal View History

2009-05-02 05:04:19 -04:00
extern bool profiling_p;
void init_profiler(void);
F_CODE_BLOCK *compile_profiling_stub(CELL word);
void primitive_profiling(void);