org.gridkit.lab.jvm.perfdata
Interface JStatData.TickCounter

All Superinterfaces:
JStatData.Counter<Long>, JStatData.LongCounter
Enclosing class:
JStatData

public static interface JStatData.TickCounter
extends JStatData.LongCounter


Method Summary
 long getNanos()
           
 double getTick()
           
 long getTicks()
           
 
Methods inherited from interface org.gridkit.lab.jvm.perfdata.JStatData.LongCounter
getLong
 
Methods inherited from interface org.gridkit.lab.jvm.perfdata.JStatData.Counter
getName, getUnits, getValue, getVariability
 

Method Detail

getTicks

long getTicks()

getTick

double getTick()

getNanos

long getNanos()


Copyright © 2018. All Rights Reserved.