public static class FpsDebugFrameCallback.FpsInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
double |
fps |
double |
jsFps |
int |
totalExpectedFrames |
int |
totalFrames |
int |
totalJsFrames |
int |
totalTimeMs |
| Constructor and Description |
|---|
FpsDebugFrameCallback.FpsInfo(int totalFrames,
int totalJsFrames,
int totalExpectedFrames,
double fps,
double jsFps,
int totalTimeMs) |