These libraries allow publishing information to enable system profiling when using the SEGGER SystemView tool. This tool provides a way to record and visualize events such as threads scheduling, interrupts, and can help find unintended interactions and resource conflicts. More information can be obtained from SEGGER website at [1], including downloads for major platforms. [1] https://www.segger.com/systemview.html?p=1731 Jira: ZEP-1463 Origin: https://www.segger.com/systemview.html?p=1731 Change-Id: I04f5897690089dc8a8fb4ae60726fe3a022b7a30 Signed-off-by: Leandro Pereira <leandro.pereira@intel.com>
18 lines
621 B
ReStructuredText
18 lines
621 B
ReStructuredText
.. _segger-systemview:
|
|
|
|
SEGGER SystemView
|
|
#################
|
|
|
|
This is a free-to-use tool that records and visualizes events such as thread
|
|
scheduling and interrupts, and is helpful to find unintended interactions
|
|
and resource conflicts on complex systems. The tool is available for the
|
|
major development platforms, and requires hardware support. Please consult
|
|
the `product web page <https://www.segger.com/systemview.html?p=1731>` for
|
|
more information.
|
|
|
|
Source code in this package has been obtained from the product web page
|
|
and are modified only to conform to Unix line-ending conventions and adjust
|
|
include paths.
|
|
|
|
|