Files
2nd/10_Wiki/Topics/EXT_disjoint_timer_query.md
T

31 lines
2.1 KiB
Markdown

---
id: P-REINFORCE-AUTO-496C9B
category: Art
confidence_score: 0.90
tags: [auto-reinforced]
last_reinforced: 2026-04-20
github_commit: "[P-Reinforce] Continuous Worker - EXT_disjoint_timer_query"
---
# [[EXT_disjoint_timer_query|EXT_disjoint_timer_query]]
## 📌 한 줄 통찰 (The Karpathy Summary)
> `EXT_disjoint_timer_query`는 렌더링 파이프라인을 멈추지 않고 GPU에서 실행되는 GL 명령어 세트의 소요 시간을 측정할 수 있게 해주는 WebGL API 확장 기능입니다 [1, 2]. 개발자들은 이를 통해 하드웨어 수준에서 명령어 실행의 시작과 끝을 기록하여 비동기 실행 모델의 미세 지연(Micro-latency)을 정확히 측정할 수 있었습니다 [1, 3]. 그러나 이 고정밀 타이머가 메모리 접근 패턴 관찰 등 부채널 공격(Side-channel attacks)에 악용될 수 있다는 보안상 취약점이 발견되어, 현재 대부분의 브라우저에서 비활성화되거나 정밀도가 크게 제한되었습니다 [3-5].
## 📖 구조화된 지식 (Synthesized Content)
본문 구조화 작업 중...
## ⚠️ 모순 및 업데이트 (Contradictions & RL Update)
- **과거 데이터와의 충돌:** 자동화 엔진에 의해 매핑된 지식으로, 추후 정밀 검증 필요.
- **정책 변화:** Graphics & Performance 분야의 자동 자산화 수행.
## 🔗 지식 연결 (Graph)
- **Related Topics:** [[Micro-latency|Micro-latency]], [[Side-channel attacks|Side-channel attacks]], [[Spectre and Meltdown|Spectre and Meltdown]], [[Rowhammer attack|Rowhammer attack]]
- **Projects/Contexts:** [[WebGL API|WebGL API]], [[WebGPU Timestamp Queries|WebGPU Timestamp Queries]]
- **Contradictions/Notes:** 소스 213은 Chrome이 Site Isolation이 적용된 플랫폼에서 `EXT_disjoint_timer_query`를 노출하여 작동한다고 보고하지만, 소스 380의 사용자는 Rowhammer 공격 방지를 이유로 "모든 브라우저에서 비활성화되어 전혀 작동하지 않는다(it is disabled in all browsers)"고 모순되게 주장합니다.
---
*Last updated: 2026-04-19*
- Raw Source: 00_Raw/2026-04-20/EXT_disjoint_timer_query.md
---