mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +01:00
Add a method for dumping self-contained HTML timeline profiles
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.
This commit is contained in:
parent
311dd0f930
commit
9fbb5c720e
17 changed files with 758 additions and 11 deletions
|
@ -16,6 +16,9 @@ ipc-channel = {git = "https://github.com/servo/ipc-channel"}
|
|||
hbs-pow = "0.2"
|
||||
log = "0.3.5"
|
||||
libc = "0.2"
|
||||
serde = "0.7"
|
||||
serde_json = "0.7"
|
||||
serde_macros = "0.7"
|
||||
time = "0.1.12"
|
||||
|
||||
[target.'cfg(target_os = "macos")'.dependencies]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue