Changes between Version 5 and Version 6 of Developer/Tracing


Ignore:
Timestamp:
03/15/15 22:18:17 (9 years ago)
Author:
Joel Sherrill
Comment:

Add Oxford comma :)

Legend:

Unmodified
Added
Removed
Modified
  • Developer/Tracing

    v5 v6  
    33[[TOC(Developer/Tracing , depth=2)]]
    44
    5 RTEMS Tracing support is an on target software based system that allows users and developers see what is happening in applications, 3rd party package or the RTEMS kernel itself in real-time.
     5RTEMS Tracing support is an on target software based system that allows users and developers see what is happening in applications, 3rd party packages, or the RTEMS kernel itself in real-time.
    66
    77Tracing a real-time system using just software is a complex process that involves a number of components on the host and in the target working together. Software based tracing is useful because it is portable across all architectures and board support packages  how-ever tracing requires instrumenting the code, which means it is altered with the addition of code to log various events and records in real-time, and there is an execution overhead which changes the real-time profile of a system. If a user is mindful of these factors and understands the nature of the trace process these effects can be compensated for.