Profile: profile
For the Speedometer work it would be very useful to be able to look at just the samples that occur while a marker with a certain name is active, e.g. filter to all the samples which occur under a UserTiming TodoMVC-jQuery.Adding100Items-sync marker.
One approach we discussed was to implement this in the form of a multi-range selection. However, in cases where we have 1000 markers of the same name, I don't think we'll want to have 1000 ranges serialized in the URL. The URL should just contain the marker name / filter pattern.
Profile: profile
For the Speedometer work it would be very useful to be able to look at just the samples that occur while a marker with a certain name is active, e.g. filter to all the samples which occur under a
UserTimingTodoMVC-jQuery.Adding100Items-syncmarker.One approach we discussed was to implement this in the form of a multi-range selection. However, in cases where we have 1000 markers of the same name, I don't think we'll want to have 1000 ranges serialized in the URL. The URL should just contain the marker name / filter pattern.