Searched defs:profileDepth (Results 1 - 3 of 3) sorted by relevance

/external/vogar/src/vogar/target/
H A DTestRunner.java54 private final int profileDepth; field in class:TestRunner
70 int profileDepth = Integer.parseInt(properties.getProperty(TestProperties.PROFILE_DEPTH));
102 this.profileDepth = profileDepth;
226 profiler.setup(profileThreadGroup, profileDepth, profileInterval);
/external/vogar/src/vogar/
H A DVogar.java180 int profileDepth = 4; field in class:Vogar
245 System.out.println(" Default is: " + profileDepth);
H A DRun.java66 public final int profileDepth; field in class:Run
153 this.profileDepth = vogar.profileDepth;

Completed in 8941 milliseconds