HomeSort by relevance Sort by last modified time
    Searched refs:profileThreadGroup (Results 1 - 8 of 8) sorted by null

  /external/vogar/src/vogar/target/
Profiler.java 26 public abstract void setup(boolean profileThreadGroup, int depth, int interval);
TestRunner.java 58 private final boolean profileThreadGroup;
74 boolean profileThreadGroup
107 this.profileThreadGroup = profileThreadGroup;
219 profiler.setup(profileThreadGroup, profileDepth, profileInterval);
  /external/vogar/test/vogar/target/
TestRunnerProperties.java 40 boolean profileThreadGroup() default false;
TestRunnerRule.java 50 testRunnerProperties.profileThreadGroup());
  /external/vogar/src/vogar/android/
AndroidProfiler.java 58 @Override public void setup(boolean profileThreadGroup, int depth, int interval) {
63 if (profileThreadGroup) {
  /external/vogar/src/vogar/
Run.java 80 public final boolean profileThreadGroup;
162 this.profileThreadGroup = vogar.profileThreadGroup;
Vogar.java 201 boolean profileThreadGroup = false;
278 System.out.println(" Default is: " + profileThreadGroup);
  /external/vogar/src/vogar/tasks/
BuildActionTask.java 196 Boolean.toString(run.profileThreadGroup));

Completed in 195 milliseconds