profiler in CW Starcore

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

profiler in CW Starcore

2,664 Views
aking
Contributor I
Hi,
I couldn't set up the profiler for CW for Starcore MSC8102 simulator (in Windows XP). This is the latest evaluation CW version, so is it because profiler is not supported in evaluation version?
Thanks.
Kevin
Labels (1)
0 Kudos
3 Replies

366 Views
CrasyCat
Specialist III
Hello
 
I assume you are using CodeWarrior for StarCore v3.0. Am I right?
Basically CodeWarrior profiler is working on hardware only. It cannot be used on simulators.
 
CrasyCat
0 Kudos

366 Views
aking
Contributor I
Thanks.
I'm thinking of using the clock() function to generate cycle information for my code blocks. Does anyone has experience in that? How does the compiler interprete the clock() function in C? Again, I'm using CW 3.0 for MSC8102 simulator.
0 Kudos

366 Views
CrasyCat
Specialist III
Hello
 
Function "clock" is not implemented for MSC8102.
So in any case to evaluate execution times I would recommend you to use the real MSC8102 hardware
and OCE profiling.
 
CrasyCat
0 Kudos