]> gitweb.factorcode.org Git - factor.git/blob - vm/profiler.hpp
b83ef3d3544ce3909ee89962a1d62dda6fe9d44d
[factor.git] / vm / profiler.hpp
1 namespace factor
2 {
3
4 extern bool profiling_p;
5 void init_profiler();
6 code_block *compile_profiling_stub(cell word);
7 PRIMITIVE(profiling);
8
9 }