Is there any software to calculate performance analysis of real time c language ?
Like that is Keil C51.
For example i want to calculate CPU utilization.
Hi friend as per my knowledge i don't think there is performance analyzer , but u can try for PCLINT to wirte efficient coding, it just informa u the errors thats it, it's gud .
1- PRESS DEBUG.
2- CHOOSE DEBUG --> PERFORMANCE ANALYZER
3- THEN CHOOSE THE FUNCTIONS YOU WANT TO ANALYZE IT
4- THEN VIEW --> PERFORMANCE ANALYZER WINDOW
5- THEN PRESS GO
BYE
CMOS said:
SphinX said:
Salam,
Is there any software to calculate performance analysis of real time c language ?
Like that is ke*il C51.
AmR
أبو الهول حيبي
ماحنا قلنا قبل كده
ولا الشيخ البعيد سرة باتع؟
Dear Sphinks
as I told you before there such thing within GCC.
download gcc manual and search for profile or profiling.
There's some other things but I can't remember now.