]> gitweb.factorcode.org Git - factor.git/commitdiff
flamegraph: fix typo
authorJohn Benediktsson <mrjbq7@gmail.com>
Wed, 17 Jan 2024 22:55:10 +0000 (14:55 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Wed, 17 Jan 2024 22:55:10 +0000 (14:55 -0800)
extra/flamegraph/flamegraph.factor

index 90a04534912b25ca41e390cfb2eae36a5da5d345..aaaa95cd63b45d59cb382a792312aa84dda5f405 100644 (file)
@@ -26,7 +26,7 @@ PRIVATE>
 
 : flamegraph ( -- )
     "output.txt" temp-file
-    [ utf8 [ flamegraph. ] with-file-writer ]
+    [ utf8 [ write-flamegraph ] with-file-writer ]
     [ "vocab:flamegraph/flamegraph.pl" absolute-path swap 2array process-contents ] bi
     "output.svg" temp-file
     [ utf8 set-file-contents ]