public class LoopProfiler extends TransformPass
| Constructor and Description |
|---|
LoopProfiler(Program prog)
Constructs a new LoopProfile object from the specified program and
performs profiling.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPassName()
Returns the name of the transform pass
|
void |
start()
Starts a transform pass
|
runpublic LoopProfiler(Program prog)
public java.lang.String getPassName()
TransformPassgetPassName in class TransformPasspublic void start()
TransformPassstart in class TransformPass