summarizeSamples
summarizeSamples(
name,samples):SystemTime
Defined in: packages/engine/src/gameplay/step.ts:185
A line’s mean and worst over its samples; zero for none. The devtools’ frame split reads its windows the same way.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
name |
string |
samples |
Float64Array |
Returns
Section titled “Returns”SystemTime