Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
10/18/11 10:59
Read: times


 
#184256 - Profiler?
Responding to: ???'s previous message
Not necessarily. A code profiler may have some use in a complex design where the designer has not much idea on how the system works and/or there is interaction from multiple activities running asynchronous to each other on the same processor.

I would submit that for must smaller MCU systems the designer of a system will already be painfully aware of where the bottlenecks in their system design are. And if it comes down to trying to measure how long activities on the MCU take in real time it is far far easier to use an oscilloscope to measure pulses placed onto a spare port pin or two by specially added SETB and CLR instructions in the code at key places.

Michael Karas


List of 14 messages in thread
TopicAuthorDate
Disassemblers are they really that good?            01/01/70 00:00      
   worthless            01/01/70 00:00      
   It depends on what you want ...            01/01/70 00:00      
   Wishes of Birthday            01/01/70 00:00      
   Disassemblers            01/01/70 00:00      
      I don't think it's that bad ...            01/01/70 00:00      
         one good 'disassembler'            01/01/70 00:00      
            That has to be handy!            01/01/70 00:00      
               Shouldn't need a disassembler fo that            01/01/70 00:00      
            Code profiler            01/01/70 00:00      
               Profiler?            01/01/70 00:00      
   Only as good as the information they have to work on            01/01/70 00:00      
   I though this tool would teach me something about binary fil            01/01/70 00:00      
   Keep in mind what a disassembler is ...            01/01/70 00:00      

Back to Subject List