26package com.jogamp.common.util;
28import java.io.PrintStream;
29import com.jogamp.common.os.Clock;
49 void print(
final PrintStream out);
Simple performance counter controller.
void enable(final boolean enable)
Enable or disable performance counter.
void print(final PrintStream out)
Print performance counter.
void clear()
Clear performance counter.
long getTotalDuration()
Return the total duration in nanoseconds, covering all sub-counter.