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

Method beginFrame

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

* 开始帧

()

Source from the content-addressed store, hash-verified

114 * 开始帧
115 */
116 public static beginFrame(): void {
117 ProfilerSDK.getInstance().beginFrame();
118 }
119
120 /**
121 * 结束帧

Callers

nothing calls this directly

Calls 5

_captureMemoryMethod · 0.95
_resetFrameCountersMethod · 0.95
nowMethod · 0.80
beginFrameMethod · 0.65
getInstanceMethod · 0.45

Tested by

no test coverage detected