New Blog Post: 8 Unexpected Profiling Use Cases Beyond Performance Optimization
https://blog.felixge.de/8-unexpected-profiling-use-cases-beyond-performance-optimization/
8 Unexpected Profiling Use Cases Beyond Performance Optimization
Profiling is often associated with performance optimization, but it has many other valuable use cases. Here are 8 of my favorites: 1. Detect Workload Shifts: Handler frames get wider when they get more work. 2. Detect Data Nesting: Frames often get deeper when processing more nested data. 3. Detect Dead