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

/external/vogar/src/vogar/target/
H A DTestRunner.java55 private final int profileDepth; field in class:TestRunner
70 int profileDepth = Integer.parseInt(properties.getProperty(TestProperties.PROFILE_DEPTH));
104 this.profileDepth = profileDepth;
219 profiler.setup(profileThreadGroup, profileDepth, profileInterval);
/external/vogar/src/vogar/
H A DRun.java78 public final int profileDepth; field in class:Run
160 this.profileDepth = vogar.profileDepth;
H A DVogar.java195 int profileDepth = 4; field in class:Vogar
271 System.out.println(" Default is: " + profileDepth);

Completed in 91 milliseconds