summaryrefslogtreecommitdiff
path: root/apps/codecs.c
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2007-01-22 10:41:25 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2007-01-22 10:41:25 +0000
commitf8c68c7912da50451167fe4bcfd69717f2a30c98 (patch)
treeb0d03c2488adabfda26823d9bcd3eeaa422b3ce2 /apps/codecs.c
parenta3a303e440d751fbbb8c2532640098bfc969b75f (diff)
downloadrockbox-f8c68c7912da50451167fe4bcfd69717f2a30c98.tar.gz
rockbox-f8c68c7912da50451167fe4bcfd69717f2a30c98.zip
Simple cpu boost tracker for LOGF builds. Shows the last 64 cpu_boost() calls from the debug menu
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12087 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs.c')
-rw-r--r--apps/codecs.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/codecs.c b/apps/codecs.c
index a093c2b601..3af5158fbb 100644
--- a/apps/codecs.c
+++ b/apps/codecs.c
@@ -131,9 +131,13 @@ struct codec_api ci = {
131 system_memory_guard, 131 system_memory_guard,
132 &cpu_frequency, 132 &cpu_frequency,
133#ifdef HAVE_ADJUSTABLE_CPU_FREQ 133#ifdef HAVE_ADJUSTABLE_CPU_FREQ
134#ifdef CPU_BOOST_LOGGING
135 cpu_boost_,
136#else
134 cpu_boost, 137 cpu_boost,
135#endif 138#endif
136#endif 139#endif
140#endif
137 141
138 /* strings and memory */ 142 /* strings and memory */
139 snprintf, 143 snprintf,