andrearm73
Joined: 05 Feb 2014 Posts: 3
|
how to use profiler |
Posted: Fri Nov 21, 2014 8:19 am |
|
|
Hi, I would like to use the profiler in my code, I have to figure out where the delays, but does not want to work, the steps are:
-add in the code:
#use profile (IDC)
#profile functions
comment
// # DEVICE ICD = TRUE
- After this, compile the code, run from tools-> Code profiler
- In the form, select my project
- Do run down
the laber down, writes running and it does not happen more :(
I have done something wrong ??
thanks
regards
|
|
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
|
Posted: Fri Nov 21, 2014 7:01 pm |
|
|
CCS has an example file which shows how to use the profiler.
It's in this location on your hard drive:
Quote: | c:\program files\picc\examples\ex_profile.c |
Make a project for that file, compile it, and run the profiler on it. |
|