everyone. I have asked many questions about real-time plotting by using Core-Plot. The problems I asked before were solved, now I have to profile my app's performance. I use the Instruments and Debug navigator in Xcode to track the CPU usage, but I don't really understand the details clearly.
In the pic above, I don't know why the Total Activity CPU usage percentage is higher than Foreground App Activity. Does Foreground App means the App I profile?
In another pic above, the CPU Usage Comparison pie chart shows that the total usage percentage is 200%? So my app's actual use percentage is 101/200 = 50.5%?
Besides, I want to ask that if I am using Core-Plot to do the real-time plotting(0.02s/point), the average CPU percentage used is about 100% most of time, is that normal?
I'm new to iOS development, big thanks for your patient and help!!!