This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#11176 - Keep track of threads' CPU runtime
Attached to Project:
Rockbox
Opened by Maurus Cuelenaere (mcuelenaere) - Monday, 05 April 2010, 19:41 GMT+2
Opened by Maurus Cuelenaere (mcuelenaere) - Monday, 05 April 2010, 19:41 GMT+2
|
DetailsThis patch adds a per-thread runtime variable which indicates the ticks the particular thread has been running.
This can for example help identifying threads that occupy the CPU for a long period of time. |
This task depends upon
I've thought about being able to reset the thread running time in the debug menu or making a (background) plugin which logs and displays/graphs the running time in a more usable way, but haven't gotten to it yet.
This patch is more a proof of concept than actually usable for mainline.