Collect garbage before profiling.

This commit is contained in:
Vincent St-Amour 2016-01-09 14:56:10 -06:00
parent d228f394be
commit 2666ef688a

View File

@ -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