soot.options
Class ProfilingOptions

java.lang.Object
  extended by soot.options.ProfilingOptions

public class ProfilingOptions
extends Object

Option parser for Profiling Generator.


Constructor Summary
ProfilingOptions(Map options)
           
 
Method Summary
 boolean enabled()
          Enabled -- .
 boolean notmainentry()
          Not Main Entry -- Instrument runBenchmark() instead of main().
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProfilingOptions

public ProfilingOptions(Map options)
Method Detail

enabled

public boolean enabled()
Enabled -- .


notmainentry

public boolean notmainentry()
Not Main Entry -- Instrument runBenchmark() instead of main(). Insert the calls to the MultiCounter at the beginning and end of methods with the signature long runBenchmark(java.lang.String[]) instead of the signature void main(java.lang.String[]).