docs: finalized wiki integrity maintenance (v3.0 standard) - pruned 1400+ stubs and fixed 11k+ ghost links

This commit is contained in:
Antigravity Agent
2026-05-02 09:18:34 +09:00
parent c84dcb8371
commit 6445fcc05b
13150 changed files with 55394 additions and 100862 deletions
@@ -1,13 +1,13 @@
---
id: P-REINFORCE-AUTO-A8AA46
category: "[[10_Wiki/💡 Topics/Graphics & Performance]]"
category: "10_Wiki/💡 Topics/Graphics & Performance"
confidence_score: 0.90
tags: [auto-reinforced]
last_reinforced: 2026-04-20
github_commit: "[P-Reinforce] Continuous Worker - WebGPU Performance Profiling"
---
# [[WebGPU Performance Profiling]]
# [[WebGPU Performance Profiling|WebGPU Performance Profiling]]
## 📌 한 줄 통찰 (The Karpathy Summary)
> WebGPU Performance Profiling은 WebGPU API를 활용하는 웹 애플리케이션에서 컴퓨트 및 렌더 패스 경계에서의 GPU 명령 실행 시간을 정밀하게 측정하고 분석하는 과정입니다 [1, 2]. 개발자는 이를 통해 성능 병목 현상을 식별하고 최적화할 수 있으나, 타이밍 기반의 보안 공격을 방지하기 위해 타임스탬프의 정밀도가 의도적으로 낮춰져(Quantization) 제공됩니다 [1, 3, 4]. 하드웨어 수준의 타이머 접근이 제한될 경우, 개발자는 브라우저 내부의 트레이싱 도구를 활용하여 시스템 수준의 프로파일링을 수행할 수 있습니다 [5, 6].
@@ -30,11 +30,11 @@ github_commit: "[P-Reinforce] Continuous Worker - WebGPU Performance Profiling"
- **정책 변화:** Graphics & Performance 분야의 자동 자산화 수행.
## 🔗 지식 연결 (Graph)
- **Related Topics:** [[Timestamp Queries]], [[Timing Attacks]], [[Chrome DevTools]]
- **Projects/Contexts:** [[High Resolution Time Spec]], [[Chromium WebGPU Implementation]]
- **Related Topics:** [[Timestamp Queries|Timestamp Queries]], [[Timing Attacks|Timing Attacks]], [[Chrome DevTools|Chrome DevTools]]
- **Projects/Contexts:** High Resolution Time Spec, [[Chromium WebGPU Implementation|Chromium WebGPU Implementation]]
- **Contradictions/Notes:** WebGPU 사양 원문에서는 타이밍 공격에 대한 우려로 인해 타임스탬프 쿼리를 선택적(optional) 기능으로 명시하고 신뢰할 수 있는 환경으로 노출을 제한할 수 있다고 규정했습니다 [4, 16]. 하지만, GPU for the Web 커뮤니티 그룹은 개발자의 성능 프로파일링 요구를 충족하면서도 보안을 유지하기 위해, 해상도를 100 마이크로초로 낮추는 조건 하에 사이트 격리(site isolation) 여부와 상관없이 타임스탬프 쿼리를 허용하기로 합의했습니다 [9, 10].
---
*Last updated: 2026-04-19*
- Raw Source: [[00_Raw/2026-04-20/WebGPU Performance Profiling.md]]
- Raw Source: 00_Raw/2026-04-20/WebGPU Performance Profiling.md
---