|
|
|
|
|
by mcculley
1031 days ago
|
|
Digging around in Instruments is the opposite of accessible. Every OS always had easy ways to tell if a process is waiting on disk or network (e.g., top, Activity Monitor). The mechanisms for measuring how often a process is waiting on memory exist, but you have to use profilers to use them. We are overdue to have them more accessible. Think of a column after “% CPU” that shows percentage of time blocked on memory. |
|