Some of the `raco profile` result in errors when I try to use them:
> raco profile --delay .05 test.rkt
raco-profile: contract violation
expected: real?
given: 0.05
context...:
...cket/cmdline.rkt:141:76
..../workspace/racket/racket/collects/racket/cmdline.rkt:450:10: call-handler
..../.racket/
6.3.0.14/pkgs/profile-lib/raco.rkt: [running body]
..../workspace/racket/racket/collects/raco/raco.rkt: [running body]
> raco profile --repeat 5 test.rkt
integer?: arity mismatch;
the expected number of arguments does not match the given number
expected: 1
given: 0
context...:
..../workspace/racket/racket/collects/racket/cmdline.rkt:450:10: call-handler
..../.racket/
6.3.0.14/pkgs/profile-lib/raco.rkt: [running body]
..../workspace/racket/racket/collects/raco/raco.rkt: [running body]
--
William J. Bowman
Northeastern University
College of Computer and Information Science