Best way to profile on raspi
#4
You'll need a profile build. gprof is slightly easier to use so is probably your best bet. After executing the profile build as normal you then run gprof in the folder to show what was executed. But if you just want to see whats using the CPU you can just use GDB. Break repeatedly and the thing that keeps coming up is what is using the most CPU.
Reply
Thanks given by:


Messages In This Thread
Best way to profile on raspi - by ThuGie - 07-04-2014, 01:51 AM
RE: Best way to profile on raspi - by worktycho - 07-04-2014, 02:03 AM
RE: Best way to profile on raspi - by ThuGie - 07-04-2014, 02:13 AM
RE: Best way to profile on raspi - by worktycho - 07-04-2014, 02:42 AM
RE: Best way to profile on raspi - by ThuGie - 07-04-2014, 04:02 AM
RE: Best way to profile on raspi - by Seadragon91 - 07-04-2014, 04:03 AM
RE: Best way to profile on raspi - by xoft - 07-04-2014, 05:38 PM
RE: Best way to profile on raspi - by ThuGie - 07-04-2014, 07:59 PM
RE: Best way to profile on raspi - by worktycho - 07-04-2014, 09:47 PM
RE: Best way to profile on raspi - by ThuGie - 07-04-2014, 09:59 PM
RE: Best way to profile on raspi - by xoft - 07-04-2014, 10:09 PM
RE: Best way to profile on raspi - by ThuGie - 07-04-2014, 10:09 PM
RE: Best way to profile on raspi - by xoft - 07-04-2014, 10:16 PM
RE: Best way to profile on raspi - by ThuGie - 07-04-2014, 10:23 PM
RE: Best way to profile on raspi - by xoft - 07-04-2014, 10:28 PM
RE: Best way to profile on raspi - by worktycho - 07-04-2014, 10:36 PM
RE: Best way to profile on raspi - by xoft - 07-04-2014, 10:46 PM
RE: Best way to profile on raspi - by ThuGie - 07-05-2014, 12:58 AM



Users browsing this thread: 1 Guest(s)