top | item 40773265

(no title)

1 points| maxgio92 | 1 year ago

discuss

order

maxgio92|1 year ago

The first episode of my new blog series is live! This series dives into frame pointers and their critical role in building a CPU profiler.

This episode will explore the fundamentals of a program's execution environment. By the end, you'll understand how frame pointers become essential for stack walking, a key technique in profiling.

The second episode will tackle the practical side by diving into coding a simple sampling-based profiler with the Linux kernel assistance.