This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

result of PA debugger command : Performance Analyser

Hallo every one,

I am working on 8051 architecture, I am using the PA debugger command which stands for Performance Analyser.

PA KILL *
PA IO_INIT
LOG >result.txt
PA

I get the fallowing result in the text file :

PA
  0: IO_INIT: (C:0x17D2)
     count=1, min=325, max=325, total=325

My question is the unit of the min,max and total values ?

I have been looking every where in Keil web site but no result ?

Mu guess is clock cycle !! is that true ?

0