rockbox/firmware/target/hosted
Thomas Martitz 287454de2e Hosted/linux: Add process/cpu info screen to the debug menu.
The new menu is very helpful on RaaA, but also shown in the sim. It shows
the process cpu usage, process' time stats (user,sys,real) and the cpu
frequency stats.

It uses a thread to sample the data, however the thread is not created
until the menu is visited for the first time.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31364 a1c6a512-1295-4272-9138-f99709370657
2011-12-19 15:42:04 +00:00
..
android Commit to certain names for cache coherency APIs and discard the aliases. 2011-12-17 07:27:24 +00:00
maemo Nokia N900: Implement pcm_play_lock() / pcm_play_unlock() 2011-12-09 19:45:58 +00:00
sdl Commit to certain names for cache coherency APIs and discard the aliases. 2011-12-17 07:27:24 +00:00
cpuinfo-linux.c Hosted/linux: Add process/cpu info screen to the debug menu. 2011-12-19 15:42:04 +00:00
cpuinfo-linux.h Hosted/linux: Add process/cpu info screen to the debug menu. 2011-12-19 15:42:04 +00:00
powermgmt.c Bring idle poweroff to RaaA and the sim 2011-03-08 19:33:30 +00:00
rtc.c Return -1 for not implemented RTC functions. 2011-03-08 21:36:47 +00:00
thread-arm.c thread.c includes gcc_extensions.h and thread-XXX.c files are includes inside thread.c therefore do not require their own. 2011-12-10 20:47:59 +00:00
thread-unix.c Add rockbox copyright header with proper credits for kugel 2011-03-05 15:38:10 +00:00
thread-win32.c Implement cooperative threads on hosted platforms using C code. 2011-02-18 22:46:01 +00:00