From f8c68c7912da50451167fe4bcfd69717f2a30c98 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Mon, 22 Jan 2007 10:41:25 +0000 Subject: 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 --- apps/codecs.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'apps/codecs.c') diff --git a/apps/codecs.c b/apps/codecs.c index a093c2b..3af5158 100644 --- a/apps/codecs.c +++ b/apps/codecs.c @@ -131,9 +131,13 @@ struct codec_api ci = { system_memory_guard, &cpu_frequency, #ifdef HAVE_ADJUSTABLE_CPU_FREQ +#ifdef CPU_BOOST_LOGGING + cpu_boost_, +#else cpu_boost, #endif #endif +#endif /* strings and memory */ snprintf, -- cgit v1.1