diff --git a/profile-lib/raco.rkt b/profile-lib/raco.rkt index 8c89a01..c501cc9 100644 --- a/profile-lib/raco.rkt +++ b/profile-lib/raco.rkt @@ -40,7 +40,11 @@ (if use-errortrace? (make-errortrace-compile-handler) (current-compile))]) - (define (t) (dynamic-require (module-to-profile file) #f)) + (define (t) + (collect-garbage) + (collect-garbage) + (collect-garbage) + (dynamic-require (module-to-profile file) #f)) (cond [(and delay iterations) (profile-thunk t #:delay delay