Skip to content
This repository has been 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

Open
h-mathias opened this issue Oct 23, 2019 · 0 comments

Comments

@h-mathias
Copy link

h-mathias commented Oct 23, 2019

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant