Class ProfilingReport.Entry

java.lang.Object
io.jawk.backend.ProfilingReport.Entry
Enclosing class:
ProfilingReport

public static final class ProfilingReport.Entry extends Object
One profiling table row.
  • Method Details

    • getName

      public String getName()
      Returns the tuple type or function name.
      Returns:
      entry name
    • getCount

      public long getCount()
      Returns the number of observed executions.
      Returns:
      execution count
    • getTotalNanos

      public long getTotalNanos()
      Returns the total elapsed time in nanoseconds.
      Returns:
      total elapsed nanoseconds
    • getAverageNanos

      public double getAverageNanos()
      Returns the average elapsed time in nanoseconds.
      Returns:
      average elapsed nanoseconds