Contract Profiling
contract-profile
contract-profile-thunk
6.1.1

Contract Profiling

 (require contract-profile) package: contract-profile

This module provides experimental support for contract profiling.

syntax

(contract-profile body ...)

Produces several reports about the performance costs related to contract checking in body. Each of these reports is printed to a separate file.

procedure

(contract-profile-thunk thunk)  any

  thunk : (-> any)
Like contract-profile, but as a function which takes a thunk to profile as argument.