Class TimeAccumulator
- java.lang.Object
-
- com.google.ar.sceneform.utilities.TimeAccumulator
-
public class TimeAccumulator extends java.lang.Object
Sums time samples together. Used for tracking the time elapsed of a set of code blocks.
-
-
Constructor Summary
Constructors Constructor Description TimeAccumulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
beginSample()
void
endSample()
long
getElapsedTimeMs()
-