servo/components/profile
Martin Robinson 294a649a6c
Use strum to iterate through enum variants and get their names (#35933)
`strum` allows us to avoid manually listing enum variant names and also
to get their names as static strings. We cannot use this for all cases
due to https://github.com/Peternator7/strum/issues/152, but we can
still use it to remove a lot of code.

Signed-off-by: Martin Robinson <mrobinson@igalia.com>
2025-03-13 12:00:31 +00:00
..
Cargo.toml Improve scheduling of the memory profiler. (#35618) 2025-02-23 20:04:57 +00:00
lib.rs remove extern crate (#30311) 2023-09-08 12:11:31 +00:00
mem.rs Migrate to the 2024 edition (#35755) 2025-03-13 10:28:11 +00:00
time.rs Use strum to iterate through enum variants and get their names (#35933) 2025-03-13 12:00:31 +00:00
trace-dump-epilogue-1.html Add a method for dumping self-contained HTML timeline profiles 2016-04-27 18:35:17 -07:00
trace-dump-epilogue-2.html Add a method for dumping self-contained HTML timeline profiles 2016-04-27 18:35:17 -07:00
trace-dump-prologue-1.html Add a method for dumping self-contained HTML timeline profiles 2016-04-27 18:35:17 -07:00
trace-dump-prologue-2.html Add a method for dumping self-contained HTML timeline profiles 2016-04-27 18:35:17 -07:00
trace-dump.css Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
trace-dump.js Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
trace_dump.rs script: Create a CrossProcessInstant to enable serializable monotonic time (#33282) 2024-09-05 18:50:09 +00:00