[SOLVED] Viewing Markers on SystemView

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • [SOLVED] Viewing Markers on SystemView

    Hello All,

    I have added custom marker to monitor function performance.
    Below is snip of code:

    Source Code

    1. SEGGER_SYSVIEW_NameMarker(300, "Finction1Monitoring");
    2. void defaultTask(void *argument)
    3. {
    4. while(1)
    5. {
    6. osDelay(2000);
    7. SEGGER_SYSVIEW_MarkStart(300);
    8. somefunction();
    9. SEGGER_SYSVIEW_MarkStop(300);
    10. }
    11. }
    Display All
    How do I monitor this in systemview?
  • Hello,

    in case SystemView otherwise already works on your setup, the markers are shown in the main recording window.
    You can filter for all marker events by clicking View -> Event Filter -> Show Markers.

    Best regards,
    Sebastian
    Please read the forum rules before posting.

    Keep in mind, this is *not* a support forum.
    Our engineers will try to answer your questions between their projects if possible but this can be delayed by longer periods of time.
    Should you be entitled to support you can contact us via our support system: segger.com/ticket/

    Or you can contact us via e-mail.