Searched refs:with_file (Results 1 – 11 of 11) sorted by relevance
/third_party/rust/crates/tracing/examples/examples/ |
D | fmt-source-locations.rs | 12 .with_file(true) in main()
|
D | inferno-flame.rs | 16 let (flame_layer, _guard) = FlameLayer::with_file(dir.join(PATH)).unwrap(); in setup_global_subscriber()
|
/third_party/rust/crates/tracing/tracing-flame/tests/ |
D | collapsed.rs | 15 FlameLayer::with_file(tmp_dir.path().join("tracing.folded")).unwrap(); in capture_supported()
|
D | concurrent.rs | 14 let (flame_layer, flame_guard) = FlameLayer::with_file(&path).unwrap(); in capture_supported()
|
/third_party/rust/crates/tracing/tracing-subscriber/src/fmt/format/ |
D | mod.rs | 776 pub fn with_file(self, display_filename: bool) -> Format<F, T> { in with_file() method 801 .with_file(display_location) in with_source_location() 1804 .with_file(true) in with_line_number_and_file_name() 1848 .with_file(true)
|
D | json.rs | 598 .with_file(true) in json_filename()
|
/third_party/rust/crates/tracing/tracing-flame/src/ |
D | lib.rs | 370 pub fn with_file(path: impl AsRef<Path>) -> Result<(Self, FlushGuard<BufWriter<File>>), Error> { in with_file() function
|
/third_party/rust/crates/tracing/tracing-subscriber/src/fmt/ |
D | mod.rs | 661 pub fn with_file( in with_file() function 666 inner: self.inner.with_file(display_filename), in with_file()
|
D | fmt_layer.rs | 441 pub fn with_file(self, display_filename: bool) -> Layer<S, N, format::Format<L, T>, W> { in with_file() function 443 fmt_event: self.fmt_event.with_file(display_filename), in with_file()
|
/third_party/rust/crates/tracing/tracing-flame/ |
D | README.md | 57 let (flame_layer, _guard) = FlameLayer::with_file("./tracing.folded").unwrap();
|
/third_party/rust/crates/tracing/tracing-subscriber/ |
D | CHANGELOG.md | 260 - **fmt**: Added `with_file` and `with_line_number`
|