Boot charting support.
commit0696fcffdc64f40c255554e4f08ec1511fd12958
authortorne <torne@a1c6a512-1295-4272-9138-f99709370657>
Thu, 1 Apr 2010 16:27:21 +0000 (1 16:27 +0000)
committertorne <torne@a1c6a512-1295-4272-9138-f99709370657>
Thu, 1 Apr 2010 16:27:21 +0000 (1 16:27 +0000)
tree651413bf0f31fc64baeef8b4063c697d5df07baa
parent935c8ca4005e1bc39ff44358e3eedf27eb017886
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
apps/gui/theme_settings.c
apps/main.c
apps/settings.c
firmware/export/bootchart.h [new file with mode: 0644]
tools/configure