public class IoStatistics extends Object
Constructor and Description |
---|
IoStatistics() |
Modifier and Type | Method and Description |
---|---|
long |
getCumulativeIoNanoTime() |
long |
getIoBytes() |
long |
getIoNanoTime() |
IoTimeBudget |
getIoTimeBudget() |
void |
incIoBytes(long n) |
void |
start() |
void |
stop() |
public void start()
public void stop()
public void incIoBytes(long n)
public long getIoBytes()
public long getIoNanoTime()
public long getCumulativeIoNanoTime()
public IoTimeBudget getIoTimeBudget()
Copyright © 2015–2022 ImgLib2. All rights reserved.