Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
_captureMemory
Method · 0.95
_resetFrameCounters
Method · 0.95
now
Method · 0.80
beginFrame
Method · 0.65
getInstance
Method · 0.45
Tested by
no test coverage detected