Stack Reifier
constructor(actuallyReify: Boolean, reificationStatistic: Statistic, postReificationAction: () -> Unit)
Construct a new StackReifier.
Parameters
actually Reify
Whether to reify the Java frames (rather than simply drop them).
reification Statistic
The Statistic under which to record this reification once it completes. The timing of this event spans from this creation until just before the postReificationAction action runs.
post Reification Action
The action to perform after the Java stack has been fully reified.