Class TimeAccumulator
- java.lang.Object
 - 
- com.google.ar.sceneform.utilities.TimeAccumulator
 
 
- 
public class TimeAccumulator extends java.lang.ObjectSums 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 voidbeginSample()voidendSample()longgetElapsedTimeMs() 
 -