From: Michael R. Blair Date: Mon, 30 Aug 1993 22:40:01 +0000 (+0000) Subject: added PC sample option module X-Git-Tag: 20090517-FFI~7956 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=be92bb83df56c40f031118c1e1eaa4694aba315e;p=mit-scheme.git added PC sample option module --- 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