feat: complete wikification of War Commander batch 1&2 and final grey dot cleanup
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
---
|
||||
id: DEV-PROF-OPT-001
|
||||
category: "[[10_Wiki/💡 Topics/AI]]"
|
||||
category: "10_Wiki/💡 Topics/AI"
|
||||
confidence_score: 1.0
|
||||
tags: [software-engineering, performance, profiling, optimization, bottleneck, benchmarking, code-quality]
|
||||
last_reinforced: 2026-04-26
|
||||
---
|
||||
|
||||
# [[Profiling and Optimization (프로파일링과 최적화)]]
|
||||
# Profiling and Optimization (프로파일링과 최적화)
|
||||
|
||||
## 📌 한 줄 통찰 (The Karpathy Summary)
|
||||
> "짐작으로 코드를 고치지 말고 데이터로 병목을 증명하며, 시스템의 가장 아픈 곳(Critical Path)부터 정밀하게 수술하라" — 프로그램의 실행 자원(시간, 메모리) 사용량을 측정하여 성능 저하의 원인을 식별하고, 효율적인 알고리즘이나 구조로 개선하는 일련의 과정.
|
||||
@@ -25,5 +25,5 @@ last_reinforced: 2026-04-26
|
||||
- **정책 변화:** Antigravity 프로젝트는 에이전트의 응답 속도 지연 발생 시, 내부 프로파일링 도구를 가동하여 프롬프트 토큰 처리 시간과 도구 실행 시간 중 어디에서 병목이 발생하는지 즉각 진단함.
|
||||
|
||||
## 🔗 지식 연결 (Graph)
|
||||
- [[Chrome-DevTools-Memory-Profiling]], [[Parallel-Computing-in-AI]], [[Algorithm-Complexity-Analysis]], [[Network-Latency-Optimization]]
|
||||
- **Raw Source:** [[10_Wiki/Topics/AI/Profiling-and-Optimization.md]]
|
||||
- Chrome-DevTools-Memory-Profiling, [[Parallel-Computing-in-AI]], Algorithm-Complexity-Analysis, [[Network-Latency-Optimization]]
|
||||
- **Raw Source:** 10_Wiki/Topics/AI/Profiling-and-Optimization.md
|
||||
|
||||
Reference in New Issue
Block a user