From: John Benediktsson Date: Mon, 17 Jan 2022 02:52:31 +0000 (-0800) Subject: tools.time.struct: swap back to temporarily. X-Git-Tag: 0.99~1790 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=084795312f1bbeebb8a054fcd15faf5fbacc1fa0 tools.time.struct: swap back to temporarily. --- diff --git a/extra/tools/time/struct/struct.factor b/extra/tools/time/struct/struct.factor index f13edf085d..a350d5f2d7 100644 --- a/extra/tools/time/struct/struct.factor +++ b/extra/tools/time/struct/struct.factor @@ -15,14 +15,14 @@ STRUCT: benchmark-data-pair { stop benchmark-data } ; : ( -- benchmark-data ) - \ benchmark-data new + benchmark-data nano-count >>time data-room >>data-room code-room >>code-room callback-room >>callback-room ; inline : ( start stop -- benchmark-data-pair ) - \ benchmark-data-pair new + benchmark-data-pair swap >>stop swap >>start ; inline