I need to find the percent of time that a process is idle and the average period of background tasks with no load and average period of background tasks with some load.
I'm not trying to find problems with the profilers. Instead, I need to document performance metrics graphically.
I have a related question here.
I think I need to put loggers in idle code but I don't know how to find the idle code.