1
Introduction to pprof
Learn the basics of Go's built-in profiler - sampling at 100Hz to find where CPU time is spent
2
Real World Profiling: $150B Bug
See how profiling found a bug that affected a $150+B market cap ecosystem - O(n²) in a hot loop
3
Memory Allocation Profiling
Profile heap allocations to reduce GC pressure and memory usage