rockbox/apps/gui
Torne Wuff 52e528e057 Boot charting support.
Select (B)ootchart in advanced options in configure, and logf will record timings for various stages of boot, for performance comparisons. Format logged is:
BC:>function_name,123,80
where 123 is the line number, 80 is the number of ticks since boot. This can be loaded as CSV into a spreadsheet.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25426 a1c6a512-1295-4272-9138-f99709370657
2010-04-01 16:27:21 +00:00
..
bitmap
charcell
skin_engine revert r25271 which caused more problems than it tried to fix 2010-03-23 02:19:48 +00:00
backdrop.c
backdrop.h
buttonbar.c
buttonbar.h
color_picker.c
color_picker.h
icon.c
icon.h
list.c
list.h
option_select.c
option_select.h
pitchscreen.c
pitchscreen.h
quickscreen.c Restore the 'read_disk' flag for settings_apply that was removed in r24922. It is still needed to prevent uncessary disk I/O for fonts etc. Should fix FS#11071 (I haven't tested it on a HD-based player). 2010-03-06 12:14:12 +00:00
quickscreen.h
scrollbar.c
scrollbar.h
splash.c
splash.h
statusbar-skinned.c revert r25271 which caused more problems than it tried to fix 2010-03-23 02:19:48 +00:00
statusbar-skinned.h
statusbar.c cleanup statusbar+base skin relationship... 2010-03-06 00:29:46 +00:00
statusbar.h cleanup statusbar+base skin relationship... 2010-03-06 00:29:46 +00:00
theme_settings.c Boot charting support. 2010-04-01 16:27:21 +00:00
usb_screen.c Change USB HID mode string from just "Multimedia Mode" (or similar) to say "USB keypad mode: Multimedia" (or similar). 2010-03-12 17:32:24 +00:00
usb_screen.h Make mini2440 compile again. 2010-03-08 23:43:11 +00:00
viewport.c fix FS#11100 - statusbar would show up on multiscreen targets if either screen had it enabled 2010-03-13 22:26:03 +00:00
viewport.h
wps.c FS#11081 - Hotkey patch. Many targets supported, but some keymaps need work before they can be switched on 2010-04-01 03:14:44 +00:00
wps.h
yesno.c
yesno.h