MCPcopy Create free account
hub / github.com/esengine/esengine / endFrame

Method endFrame

packages/core/src/Utils/Profiler/ProfilerSDK.ts:123–125  ·  view source on GitHub ↗

* 结束帧

()

Source from the content-addressed store, hash-verified

121 * 结束帧
122 */
123 public static endFrame(): void {
124 ProfilerSDK.getInstance().endFrame();
125 }
126
127 /**
128 * 递增计数器

Callers

nothing calls this directly

Calls 7

_calculateSampleStatsMethod · 0.95
nowMethod · 0.80
endFrameMethod · 0.65
pushMethod · 0.65
clearMethod · 0.65
getInstanceMethod · 0.45

Tested by

no test coverage detected