2004-02-25 05:39:48 -05:00
|
|
|
(define-structure mini-profiler mini-profiler-interface
|
|
|
|
(open scheme
|
|
|
|
table
|
|
|
|
formats
|
|
|
|
extended-ports
|
|
|
|
time)
|
|
|
|
(files profile))
|
2004-02-26 10:12:51 -05:00
|
|
|
|
|
|
|
(define-structure no-mini-profiler mini-profiler-interface
|
|
|
|
(open scheme)
|
|
|
|
(files no-profile))
|