From daea5447ce82f7041b426853a2f452c7673dcc77 Mon Sep 17 00:00:00 2001 From: Stephen Adams Date: Tue, 8 Aug 1995 15:30:29 +0000 Subject: [PATCH] Export WITH-TIMINGS. --- v7/src/runtime/runtime.pkg | 5 +++-- v8/src/runtime/runtime.pkg | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/v7/src/runtime/runtime.pkg b/v7/src/runtime/runtime.pkg index 18b2be23f..7c53ff4a5 100644 --- a/v7/src/runtime/runtime.pkg +++ b/v7/src/runtime/runtime.pkg @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: runtime.pkg,v 14.260 1995/06/20 05:59:57 cph Exp $ +$Id: runtime.pkg,v 14.261 1995/08/08 15:30:04 adams Exp $ Copyright (c) 1988-95 Massachusetts Institute of Technology @@ -2902,7 +2902,8 @@ MIT in each case. |# process-time-clock real-time-clock runtime - system-clock) + system-clock + with-timings) (export (runtime gc-statistics) increment-non-runtime!) (initialization (initialize-package!))) diff --git a/v8/src/runtime/runtime.pkg b/v8/src/runtime/runtime.pkg index b7432e2f9..52494dd8f 100644 --- a/v8/src/runtime/runtime.pkg +++ b/v8/src/runtime/runtime.pkg @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: runtime.pkg,v 14.262 1995/07/28 17:44:25 adams Exp $ +$Id: runtime.pkg,v 14.263 1995/08/08 15:30:29 adams Exp $ Copyright (c) 1988-95 Massachusetts Institute of Technology @@ -2901,7 +2901,8 @@ MIT in each case. |# process-time-clock real-time-clock runtime - system-clock) + system-clock + with-timings) (export (runtime gc-statistics) increment-non-runtime!) (initialization (initialize-package!))) -- 2.25.1