public class ProfilingGenerator extends BodyTransformer
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
mainSignature |
| Constructor and Description |
|---|
ProfilingGenerator(Singletons.Global g) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
internalTransform(Body body,
java.lang.String phaseName,
java.util.Map opts)
This method is called to perform the transformation itself.
|
static ProfilingGenerator |
v() |
transform, transform, transformpublic static ProfilingGenerator v()
protected void internalTransform(Body body, java.lang.String phaseName, java.util.Map opts)
BodyTransformerinternalTransform in class BodyTransformerbody - the body on which to apply the transformationphaseName - the phasename for this transform; not typically used by implementations.opts - the actual computed options; a combination of default options and Scene specified options.