public interface JCGLProfilingFrameMeasurementType
| Modifier and Type | Method and Description |
|---|---|
Map<String,JCGLProfilingFrameMeasurementType> |
getChildren() |
long |
getElapsedTime() |
long |
getElapsedTimeTotal() |
String |
getName() |
<A,E extends Exception> |
iterate(A context,
JCGLProfilingFrameMeasurementProcedureType<A,E> proc)
Iterate over this and all children of this context in depth-first order.
|
String getName()
long getElapsedTime()
long getElapsedTimeTotal()
Map<String,JCGLProfilingFrameMeasurementType> getChildren()
<A,E extends Exception> void iterate(A context, JCGLProfilingFrameMeasurementProcedureType<A,E> proc) throws E extends Exception
A - The type of contextual valuesE - The type of raised exceptionscontext - A contextual valueproc - A procedure that will receive each contextE - Iff proc raises EE extends ExceptionCopyright © 2016 <code@io7m.com> http://io7m.com