]> gitweb.factorcode.org Git - factor.git/blobdiff - core/bootstrap/primitives.factor
move counting profiler to tools.profiler.counting
[factor.git] / core / bootstrap / primitives.factor
index fddf3bc2fcdb56f3d6a88d4331d78f1936b1ee56..adba748606e56c0fbcb05f2d00805268d20af0af 100755 (executable)
@@ -104,7 +104,7 @@ call( -- )
     "threads.private"
     "tools.dispatch.private"
     "tools.memory.private"
-    "tools.counting-profiler.private"
+    "tools.profiler.counting.private"
     "words"
     "words.private"
     "vectors"
@@ -547,7 +547,7 @@ tuple
     { "retainstack-for" "threads.private" "primitive_retainstack_for" ( context -- array ) }
     { "dispatch-stats" "tools.dispatch.private" "primitive_dispatch_stats" ( -- stats ) }
     { "reset-dispatch-stats" "tools.dispatch.private" "primitive_reset_dispatch_stats" ( -- ) }
-    { "profiling" "tools.counting-profiler.private" "primitive_counting_profiler" ( ? -- ) }
+    { "profiling" "tools.profiler.counting.private" "primitive_counting_profiler" ( ? -- ) }
     { "optimized?" "words" "primitive_optimized_p" ( word -- ? ) }
     { "word-code" "words" "primitive_word_code" ( word -- start end ) }
     { "(word)" "words.private" "primitive_word" ( name vocab hashcode -- word ) }