toggle menu
SceneView
androidJvm
switch theme
search in API
sceneview
/
com.google.ar.sceneform.utilities
/
TimeAccumulator
Time
Accumulator
open
class
TimeAccumulator
Sums time samples together. Used for tracking the time elapsed of a set of code blocks.
Members
Constructors
Time
Accumulator
Link copied to clipboard
constructor
(
)
Properties
elapsed
Time
Ms
Link copied to clipboard
open
val
elapsedTimeMs
:
Long
Functions
begin
Sample
Link copied to clipboard
open
fun
beginSample
(
)
end
Sample
Link copied to clipboard
open
fun
endSample
(
)