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
julienw opened this issue
Nov 14, 2024
· 3 comments
Labels
bugVery important to fix, typically this means that the tool is broken or lyingmarkersAnything to do with marker data structures, marker chart, or the marker table
The text was updated successfully, but these errors were encountered:
julienw
added
bug
Very important to fix, typically this means that the tool is broken or lying
markers
Anything to do with marker data structures, marker chart, or the marker table
labels
Nov 14, 2024
The code which creates interval markers from start + end markers makes it so that all interval markers have a non-null end time, by falling back to threadRange.end:
I think the derived markers don't carry any information which says "the start or end time for this marker wasn't present, pretend this marker goes beyond the start/end of the profile".
bugVery important to fix, typically this means that the tool is broken or lyingmarkersAnything to do with marker data structures, marker chart, or the marker table
see example at https://share.firefox.dev/3CryCa1
There's some code to handle that already (it's working for preview selections) but obviously it doesn't work here.
┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: