diff --git a/basis/tools/time/time.factor b/basis/tools/time/time.factor index f5187230de..b66c1cb73c 100644 --- a/basis/tools/time/time.factor +++ b/basis/tools/time/time.factor @@ -9,7 +9,7 @@ IN: tools.time : time. ( data -- ) unclip - "==== RUNNING TIME" print nl pprint " us" print nl + "==== RUNNING TIME" print nl 1000000 /f pprint " seconds" print nl 4 cut* "==== GARBAGE COLLECTION" print nl [