From be92bb83df56c40f031118c1e1eaa4694aba315e Mon Sep 17 00:00:00 2001 From: "Michael R. Blair" Date: Mon, 30 Aug 1993 22:40:01 +0000 Subject: [PATCH] added PC sample option module --- v7/src/runtime/option.scm | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/v7/src/runtime/option.scm b/v7/src/runtime/option.scm index 1f5402ceb..7aae215b8 100644 --- a/v7/src/runtime/option.scm +++ b/v7/src/runtime/option.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: option.scm,v 14.19 1993/02/25 09:14:09 gjr Exp $ +$Id: option.scm,v 14.20 1993/08/30 22:40:01 ziggy Exp $ Copyright (c) 1988-1993 Massachusetts Institute of Technology @@ -76,6 +76,13 @@ MIT in each case. |# (HASH-TABLE ((RUNTIME HASH-TABLE) (INITIALIZE-PACKAGE!) "hashtb")) (KRYPT ((RUNTIME KRYPT) #F "krypt")) (SUBPROCESS ((RUNTIME SUBPROCESS) (INITIALIZE-PACKAGE!) "process")) + (PC-SAMPLE ((RUNTIME PC-SAMPLE) (INITIALIZE-PACKAGE!) "pcsample" "binutl") + ((RUNTIME PC-SAMPLE INTERP-PROC-PROFILING) (INITIALIZE-PACKAGE!) + "iproprof") + ((RUNTIME PC-SAMPLE CODE-BLOCK-PROFILING) (INITIALIZE-PACKAGE!) + "coblprof") + ((RUNTIME PC-SAMPLE DISPLAY) (INITIALIZE-PACKAGE!) "pcsdisp") + ) )) (define loaded-options -- 2.25.1