You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 3, 2019. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In process_track_base.html object-events are not drawn (track) if they do not have at least one snapshot.
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.
The text was updated successfully, but these errors were encountered: