factor/vm/profiler.hpp

5 lines
122 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);
PRIMITIVE(profiling);