tsume
The Pervy Sage
Finally completed creating a program in C
. Now I need to do some analysis to it's efficiency especially since I'm comparing to the amount of threads used. Usually for other programming languages I just code in a timer and use that for analysis but I was thinking since C is much closer to OS operations isn't there something I can call at the start of the application and at the end to give me an stats on memory and cpu usage of the application?
Oh yeah I'm using Netbeans and it does give a graph of CPU usage but not a number, how can I change this. There is also a memory usage graph but shows "Please select another Data Provider to enable this indicator"
.
Oh yeah I'm using Netbeans and it does give a graph of CPU usage but not a number, how can I change this. There is also a memory usage graph but shows "Please select another Data Provider to enable this indicator"
Last edited: