aboutsummaryrefslogtreecommitdiffstats
path: root/etc/patch-trace-template.py
Commit message (Collapse)AuthorAgeFilesLines
* profile: Integrate the time profiler with the macOS signpostPatrick Walton2016-10-011-0/+108
infrastructure. With this change, if you supply the `-Z signpost` flag, Instruments.app can display Servo events overlaid with callstack data. Even better, you can get call stack profiling for individual Servo events (one layout, one network request, one style recalculation, etc.) This adds a dependency on the `signpost` crate. On unsupported OS's, this crate is an no-op.