Package io.jawk.backend
Class ProfilingReport.Entry
java.lang.Object
io.jawk.backend.ProfilingReport.Entry
- Enclosing class:
- ProfilingReport
One profiling table row.
-
Method Details
-
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
-