File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ evaluation error was originally raised.
160
160
161
161
#### Tracing
162
162
163
- You can generate a Chrome trace file from a Miri execution by passing ` --features=tracing ` during
163
+ You can generate a Chrome trace file from a Miri execution by passing ` --features=tracing ` during the
164
164
build and then setting ` MIRI_TRACING=1 ` when running Miri. This will generate a ` .json ` file that
165
165
you can visualize in [ Perfetto] ( https://ui.perfetto.dev/ ) . For example:
166
166
Original file line number Diff line number Diff line change 1
1
// SPDX-License-Identifier: MIT
2
- // SPDX-FileCopyrightText: 2020 Thoren Paulson
2
+ // SPDX-FileCopyrightText: Copyright (c) 2020 Thoren Paulson
3
3
//! This file is taken unmodified from the following link, except for file attributes and
4
- //! `extern crate` at the top. It is licensed under MIT.
4
+ //! `extern crate` at the top.
5
5
//! https://github.com/thoren-d/tracing-chrome/blob/7e2625ab4aeeef2f0ef9bde9d6258dd181c04472/src/lib.rs
6
6
//! Depending on the tracing-chrome crate from crates.io is unfortunately not possible, since it
7
7
//! depends on `tracing_core` which conflicts with rustc_private's `tracing_core` (meaning it would
You can’t perform that action at this time.
0 commit comments