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

  /external/vogar/test/vogar/target/
TestRunnerProperties.java 34 int profileDepth() default 4;
TestRunnerRule.java 46 setProperty(TestProperties.PROFILE_DEPTH, testRunnerProperties.profileDepth());
  /external/vogar/src/vogar/target/
TestRunner.java 55 private final int profileDepth;
70 int profileDepth = Integer.parseInt(properties.getProperty(TestProperties.PROFILE_DEPTH));
104 this.profileDepth = profileDepth;
219 profiler.setup(profileThreadGroup, profileDepth, profileInterval);
  /external/vogar/src/vogar/
JavaVm.java 52 + "depth=" + run.profileDepth + ","
Run.java 78 public final int profileDepth;
160 this.profileDepth = vogar.profileDepth;
Vogar.java 195 int profileDepth = 4;
271 System.out.println(" Default is: " + profileDepth);
  /external/vogar/src/vogar/tasks/
BuildActionTask.java 191 properties.setProperty(TestProperties.PROFILE_DEPTH, Integer.toString(run.profileDepth));

Completed in 42 milliseconds