]> gitweb.factorcode.org Git - factor.git/blobdiff - vm/factor.cpp
vm: change "profiler" names to "counting_profiler"
[factor.git] / vm / factor.cpp
index c7bb0d2fac686539e29e12ad3f32c6a8d5deb38e..f861374b35079d948cc9d5707d35091a7d5a42c5 100755 (executable)
@@ -135,7 +135,7 @@ void factor_vm::init_factor(vm_parameters *p)
        if(p->console)
                open_console();
 
-       init_profiler();
+       init_counting_profiler();
 
        special_objects[OBJ_CPU] = allot_alien(false_object,(cell)FACTOR_CPU_STRING);
        special_objects[OBJ_OS] = allot_alien(false_object,(cell)FACTOR_OS_STRING);