Profiling in symbian

Login to reply to this topic.
Fri, 2005-02-25 08:33
Joined: 2005-02-15
Forum posts: 21
hi all

    Is there any profiler for Symbian Huh. I want to check the time consumed by each function in my application.(i.e., for enhancing  the performance )
My application consists of C++ and ARM assembly code .Basically I was trying to optimizse my code by writting critical functions in ASM .
I want a know how to do profiling in Symbian PLESAE help me

If you have any new idea please let me know.

Environment
VC7,Series 6600

Thanks and regards
Reddy

Fri, 2005-02-25 08:37
Joined: 2003-05-08
Forum posts: 135
Profiling in symbian
The fact that you are using VC7 will not help you.  You need to profile the speed on the device and not on the emulator.  And your ASM code will not run on the emulator.

Search the Symbian knowledge base.  IIRC, there was an article regarding profiling.  If it was not there, then it probably was on forum.nokia.

The box said 'Windows 98 or better'. Why is it not working on Linux?

Fri, 2005-02-25 08:44
Joined: 2004-01-15
Forum posts: 49
Profiling in symbian
I think MW have a suite of tools called CodeTest or something like that for profiling and a whole bunch of other tests. Though I bet they won't be cheap.

AK

Ariz M. Kohli

Fri, 2005-02-25 09:18
Joined: 2005-02-15
Forum posts: 21
Profiling in symbian
hi cfm
          thanks for the mail .Yes I am using NOKIA Series 6600 device for testing (ie., using gdb ),but dont know how to do profiling on the device .
The IDE which i am using is VC7.

thank you
reddy
  • Login to reply to this topic.