aboutsummaryrefslogtreecommitdiffstats
path: root/components/profile/trace_dump.rs
Commit message (Expand)AuthorAgeFilesLines
* script: Create a `CrossProcessInstant` to enable serializable monotonic time ...Martin Robinson2024-09-051-3/+5
* clippy: fix warnings in various modules in components (#31568)eri2024-03-081-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-3/+3
* remove `extern crate` (#30311)Samson2023-09-081-0/+1
* Remove support for energy profilingSimon Sapin2020-06-041-9/+0
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* Remove useless `use crate_name;` imports.Simon Sapin2018-11-081-1/+0
* format components/profile - #21373Anshul Malik2018-09-091-5/+8
* Move trace file opening into TraceDump::newNick Fitzgerald2017-03-311-13/+17
* Derive Debug for TraceDumpNick Fitzgerald2017-03-311-0/+1
* Report use statements that use {} with only one entryCullen Rhodes2016-05-271-1/+1
* Add a method for dumping self-contained HTML timeline profilesNick Fitzgerald2016-04-271-0/+79