3303-flashcards/hATaBiZQ - 3303/rvnFPhDB - What is the purpose of Stack Sampling in profiling.md
gwg313 e83b60af4f
first commit
update readme

reformat
2026-04-20 23:10:20 -04:00

6 lines
283 B
Markdown

What is the purpose of **Stack Sampling** in profiling?
---
🌳 It captures the **context of the call** by recording the sequence of calling methods (the call tree), allowing the profiler to break down time spent in higher-level methods into their constituent lower-level calls.