Skip to content

Commit 12feca4

Browse files
committed
Add documentation for --instantiation-only
1 parent 0330c21 commit 12feca4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scribblings/contract-profile.scrbl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ The simplest way to use this tool is to use the @exec{raco contract-profile}
2828
command, which takes a file name as argument, and runs the contract profiler on
2929
the @racket[main] submodule of that file (if it exists), or on the module
3030
itself (if there is no @racket[main] submodule).
31+
If the @exec{--instantiation-only} flag is given, only the instantiation of the
32+
module is profiled, and the profile will not include the module's initial
33+
visitation.
34+
See Module Expansion, Phases, and Visits for more information.
3135
The tool's output is decribed below.
3236
}
3337

0 commit comments

Comments
 (0)