Import Upstream version 20180207
[hcoop/debian/mlton.git] / doc / guide / src / ImplementProfiling.adoc
CommitLineData
7f918cf1
CE
1ImplementProfiling
2==================
3
4<:ImplementProfiling:> is a pass for the <:RSSA:>
5<:IntermediateLanguage:>, invoked from <:RSSASimplify:>.
6
7== Description ==
8
9This pass implements profiling.
10
11== Implementation ==
12
13* <!ViewGitFile(mlton,master,mlton/backend/implement-profiling.fun)>
14
15== Details and Notes ==
16
17See <:HowProfilingWorks:>.