MCPcopy Index your code
hub / github.com/ColmapView/Colmapview.github.io / getWebGpuSplatDebugCounters

Function getWebGpuSplatDebugCounters

e2e/webgpu-psnr-app.spec.ts:612–618  ·  view source on GitHub ↗
(page: Page)

Source from the content-addressed store, hash-verified

610}
611
612async function getWebGpuSplatDebugCounters(page: Page): Promise<WebGpuSplatDebugCounters> {
613 return page.evaluate(async () => {
614 const api = (window as Window & { __COLMAP_WEBVIEW_E2E__?: ColmapWebViewE2EApi }).__COLMAP_WEBVIEW_E2E__;
615 if (!api) throw new Error('Scene E2E probe is not installed');
616 return api.getWebGpuSplatDebugCounters();
617 });
618}
619
620async function resetE2ESession(page: Page): Promise<void> {
621 await page.evaluate(() => {

Callers 3

resetE2ESessionFunction · 0.70
loadWebGpuFixtureAndWaitFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected