Files
2nd/10_Wiki/Topics/DevOps_and_Security/타임라인 할당 계측(Allocation instrumentation on timeline).md
T
2026-05-10 22:08:15 +09:00

34 lines
1.4 KiB
Markdown

---
id: wiki-2026-0508-타임라인-할당-계측-allocation-instrument
title: 타임라인 할당 계측(Allocation instrumentation on timeline)
category: 10_Wiki/Topics
status: duplicate
canonical_id: chrome-devtools-allocation-profiling
duplicate_of: "[[Chrome DevTools 및 메모리 프로파일링]]"
aliases: [Allocation Timeline, Heap Allocations on Timeline]
source_trust_level: A
confidence_score: 0.9
verification_status: redirected
tags: [duplicate, devtools, profiling, memory]
last_reinforced: 2026-05-10
github_commit: pending
---
# 타임라인 할당 계측(Allocation instrumentation on timeline)
> **이 문서는 [[Chrome DevTools 및 메모리 프로파일링]] 의 중복본입니다.** Canonical 문서로 redirect.
## 핵심 요약 (specialization)
- Chrome DevTools Memory panel 의 **Allocation instrumentation on timeline** 모드 — JS heap 할당을 시간축으로 기록하여 leak 패턴 (계속 자라는 stack) 식별.
- 사용 시점: SPA 가 SPA navigation 후에도 메모리 해제 안 될 때, detached DOM tree 추적할 때.
## 🔗 Graph
- 부모: [[Chrome DevTools 및 메모리 프로파일링]] (canonical)
- 인접: [[Flame_Graphs]] · [[Heap Memory]] · [[Memory Management]] · [[V8 Engine]]
## 🕓 변경 이력
| 날짜 | 변경 |
|---|---|
| 2026-05-08 | Phase 1 |
| 2026-05-10 | 중복 처리 — canonical 문서로 redirect |