public interface JCGLProfilingFrameMeasurementType
| Modifier and Type | Method and Description |
|---|---|
Map<String,JCGLProfilingFrameMeasurementType> |
children() |
String |
contextName() |
long |
elapsedTime() |
long |
elapsedTimeTotal() |
<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 contextName()
long elapsedTime()
long elapsedTimeTotal()
Map<String,JCGLProfilingFrameMeasurementType> children()
<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 © 2017 <code@io7m.com> http://io7m.com