public class SootResult extends Object
| Constructor and Description |
|---|
SootResult() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Stopwatch |
classLoadRuntime() |
com.google.common.base.Stopwatch |
entryPointCalculationRuntime() |
String |
getCompleteOutput() |
soot.Scene |
getScene() |
soot.G |
getSootGlobal() |
com.google.common.base.Stopwatch |
packRuntime() |
void |
setCompleteOutput(String completeOutput) |
void |
setSootGloabel(soot.G global) |
com.google.common.base.Stopwatch |
totalSootRuntime() |
public soot.G getSootGlobal()
public void setSootGloabel(soot.G global)
public soot.Scene getScene()
public String getCompleteOutput()
public void setCompleteOutput(String completeOutput)
public com.google.common.base.Stopwatch totalSootRuntime()
public com.google.common.base.Stopwatch classLoadRuntime()
public com.google.common.base.Stopwatch entryPointCalculationRuntime()
public com.google.common.base.Stopwatch packRuntime()
Copyright © 2017. All rights reserved.