aboutsummaryrefslogtreecommitdiffstats
path: root/components/profile/trace-dump.js
Commit message (Collapse)AuthorAgeFilesLines
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
|
* Update components/profile/trace-dump.js to 6f7906Nick Fitzgerald2017-03-311-6/+1
| | | | | | | | | | | | | | This updates the trace-dump.js file to https://github.com/fitzgen/servo-trace-dump/commit/6f790668140d44a8641e441d3ac0e64364b8c0ca: > commit 6f790668140d44a8641e441d3ac0e64364b8c0ca > Author: Nick Fitzgerald <fitzgen@gmail.com> > Date: Fri Mar 31 14:26:31 2017 -0700 > > Update for new serde-json data format > > Not sure when this happened, but at some point enum variants without any tuple > struct members became simple strings.
* Update `trace-dump.{js,css}` from upstreamNick Fitzgerald2016-05-091-432/+497
| | | | | | Part of making the trace-dump.js code unit testable was moving it out to another repo. This brings in all the changes made while writing unit tests, and making the code more unit testable.
* Add a method for dumping self-contained HTML timeline profilesNick Fitzgerald2016-04-271-0/+504
This commit adds the `--profiler-trace-path` flag. When combined with `-p` to enable profiling, it dumps a profile as a self-contained HTML file to the given path. The profile visualizes the traced operations as a gant-chart style timeline.