Searched refs:profileBinary (Results 1 – 3 of 3) sorted by relevance
77 public final boolean profileBinary; field in Run158 this.profileBinary = vogar.profileBinary; in Run()
50 + "format=" + (run.profileBinary ? 'b' : 'a') + "," in newVmCommandBuilder()
189 boolean profileBinary = false; field in Vogar486 profileFile = new File(profileBinary ? "java.hprof" : "java.hprof.txt"); in parseArgs()