|
|
|
|
|
by saagarjha
1030 days ago
|
|
I’m having a very hard time imagining how you would go from a “percent time waiting on memory” to something productive without doing more work in between. Even assuming you’re dealing with your own, native code, the number tells you almost nothing about where the problem is. The only process I’ve ever seen working is “hmm I have a CPU-bound performance problem (as reported by e.g. Activity Monitor)” → “I used a profiler and the problem is here or it’s spread out” → “I used a specialized tool”. |
|
I want to be able to do the same for memory bound performance problems.
But the top level tools are stuck in the land of decades ago when CPUs were the bottleneck.