Skip to content
This repository was archived by the owner on Dec 3, 2019. It is now read-only.
This repository was archived by the owner on Dec 3, 2019. It is now read-only.

[traceviewer] Object-Events are not shown if they do not contain a snapshot #4650

@h-mathias

Description

@h-mathias

In process_track_base.html object-events are not drawn (track) if they do not have at least one snapshot.

// Do not create tracks for instances that have no snapshots.
if (instance.snapshots.length === 0) continue;

Not sure if this is really indented because I think it is also useful to track object lifetimes without the need to create snapshots. Removing this code works for me.
Also the Trace Event Format document does not state that a snapshot is required.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions