diff options
author | Nils Wallménius <nils@rockbox.org> | 2009-12-22 09:41:12 +0000 |
---|---|---|
committer | Nils Wallménius <nils@rockbox.org> | 2009-12-22 09:41:12 +0000 |
commit | 61ca868be2e6b5ee145382bca82974bd3a5f286f (patch) | |
tree | 9ab4260d4f4e9d686112c0709b59ac30f3a7fb8a | |
parent | 5113f5a9f6a518a83407ff90436ae97b287b2d33 (diff) | |
download | rockbox-61ca868be2e6b5ee145382bca82974bd3a5f286f.tar.gz rockbox-61ca868be2e6b5ee145382bca82974bd3a5f286f.zip |
Fix example command line for profile_reader.pl
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24098 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r-- | docs/TECH | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -194,7 +194,7 @@ Profiling 5) Use the tools/profile_reader/profile_reader.pl script to convert the profile.out into a human readable format. This script requires the relevent map files and object (or library) files created in the build. - (ex: ./profile_reader.pl profile.out vorbis.map libTremor.a 0) + (ex: ./profile_reader.pl profile.out m68k-elf-objdump vorbis.map libtremor.a 0) There is also a profile_comparator.pl script which can compare two profile runs as output by the above script to show percent change from optimization |