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

/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.debug/src/org/graalvm/compiler/debug/internal/
H A DDebugHistogramAsciiPrinter.java36 public class DebugHistogramAsciiPrinter implements Printer { class in inherits:Printer
49 public DebugHistogramAsciiPrinter(PrintStream os) { method in class:DebugHistogramAsciiPrinter
60 public DebugHistogramAsciiPrinter(PrintStream os, int limit, int nameSize, int barSize, int scale) { method in class:DebugHistogramAsciiPrinter

Completed in 86 milliseconds