]> gitweb.factorcode.org Git - factor.git/blob - vm/profiler.hpp
Merge branch 'master' of git://factorcode.org/git/factor
[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 }