|
|
|
|
|
by mcculley
1030 days ago
|
|
I would do the same thing with the information I get from top and Activity Monitor: use that to guide me to what needs investigating. I am often developing small one-off programs to process data. I then keep some of these running in various workflows for years. Currently, I might notice a process taking an enormous amount of CPU according to top, but it might really be just waiting on memory. Surfacing that would tell me where to spend my time with a profiler. |
|