Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/esengine/esengine
/ getReport
Method
getReport
packages/core/src/Utils/Profiler/ProfilerSDK.ts:181–183 ·
view source on GitHub ↗
* 获取分析报告
(frameCount?: number)
Source
from the content-addressed store, hash-verified
179
* 获取分析报告
180
*/
181
public static getReport(frameCount?: number): ProfileReport {
182
return
ProfilerSDK.getInstance().generateReport(frameCount);
183
}
184
185
/**
186
* 重置数据
Callers
2
collectAdvancedData
Method · 0.80
ProfilerSDK.test.ts
File · 0.80
Calls
2
generateReport
Method · 0.80
getInstance
Method · 0.45
Tested by
no test coverage detected