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