mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 21:59:17 +02:00
7 lines
272 B
Scheme
7 lines
272 B
Scheme
|
|
(define-library (chibi optimize profile)
|
|
(export optimize-profile increment-cdr! profile-reset profile-report)
|
|
(import (scheme) (srfi 1) (srfi 69) (srfi 95)
|
|
(chibi ast) (chibi match) (chibi optimize))
|
|
(include-shared "profile")
|
|
(include "profile.scm"))
|