From 084795312f1bbeebb8a054fcd15faf5fbacc1fa0 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Sun, 16 Jan 2022 18:52:31 -0800 Subject: [PATCH] tools.time.struct: swap back to temporarily. --- extra/tools/time/struct/struct.factor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.34.1