]> gitweb.factorcode.org Git - factor.git/blob - vm/profiler.hpp
misc small documentation fixes, some fixes for factor.vim, changed permissions of...
[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 }