We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0330c21 commit 12feca4Copy full SHA for 12feca4
scribblings/contract-profile.scrbl
@@ -28,6 +28,10 @@ The simplest way to use this tool is to use the @exec{raco contract-profile}
28
command, which takes a file name as argument, and runs the contract profiler on
29
the @racket[main] submodule of that file (if it exists), or on the module
30
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.
35
The tool's output is decribed below.
36
}
37
0 commit comments