Searched refs:profileThreadGroup (Results 1 – 8 of 8) sorted by relevance
58 private final boolean profileThreadGroup; field in TestRunner74 boolean profileThreadGroup in TestRunner()107 this.profileThreadGroup = profileThreadGroup; in TestRunner()219 profiler.setup(profileThreadGroup, profileDepth, profileInterval); in run()
26 public abstract void setup(boolean profileThreadGroup, int depth, int interval); in setup() argument
58 @Override public void setup(boolean profileThreadGroup, int depth, int interval) { in setup() argument63 if (profileThreadGroup) { in setup()
80 public final boolean profileThreadGroup; field in Run162 this.profileThreadGroup = vogar.profileThreadGroup; in Run()
201 boolean profileThreadGroup = false; field in Vogar278 System.out.println(" Default is: " + profileThreadGroup); in printUsage()
40 boolean profileThreadGroup() default false; in profileThreadGroup() method
50 testRunnerProperties.profileThreadGroup()); in apply()
196 Boolean.toString(run.profileThreadGroup)); in fillInProperties()