factor/vm/profiler.hpp

9 lines
114 B
C++
Executable File

namespace factor
{
void init_profiler();
code_block *compile_profiling_stub(cell word);
PRIMITIVE(profiling);
}