Using KProf with the Palm OS Emulator
If you develop PalmOS applications, you probably know that the Palm OS Emulator (also known
as POSE) can generate profile information while exeuction your application. For this, you'll
need to compile the emulator with the --enable-palm-profile option. Please
refer to the ./configure --help in the Palm OS Emulator's BuildUnix
directory.
When using POSE, you'll notice that there is a Profiling menu. When in the
emulator, you can start profiling your application by selecting the Start
item. When you are done profiling the wanted part of your application, select the
Stop then select the Dump item in the
Profiling menu to dump the profile results.