Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
_calculateSampleStats
Method · 0.95
_calculateCategoryStats
Method · 0.95
now
Method · 0.80
endFrame
Method · 0.65
push
Method · 0.65
clear
Method · 0.65
getInstance
Method · 0.45
Tested by
no test coverage detected