Gprof On The Caanoo


captainchris said:
Does gprof exist on the CAANOO ??
Does you code have very specific code part you cannot profile on x86 ?
else if it's not in your toolchain near to gdb and gdbserver (cannot check from here) then its a no go.
But i guess, you can still build it yourself
 
Last edited by a moderator:
I dont think you actually need gprof on the caanoo to do profiling, just enable your binary to do profiling with this option -pg
Run your binary and quit normally. Now on your sd card should be files that will have been generated from the profiling. Move them to a PC and use the gprof on the PC.
 
Back
Top