MCPcopy 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

collectAdvancedDataMethod · 0.80

Calls 2

generateReportMethod · 0.80
getInstanceMethod · 0.45

Tested by

no test coverage detected