It would be great to filter the frames in a non-linear way by specifying a minimum duration that you're interested in. In practice, this would allow developers to only look at frames above, say 16.66ms, or even a lower, adjustable threshold.
<rdar://problem/23519107>
Currently frames can be filtered to show just frames that did non-trivial work (1ms) and frames which are near the 60 fps budget (15 ms). What are the use cases for providing a "Custom" filter option?
Right! Hadn't seen this in nightlies.