Home
last modified time | relevance | path

Searched refs:with_file (Results 1 – 11 of 11) sorted by relevance

/third_party/rust/crates/tracing/examples/examples/
Dfmt-source-locations.rs12 .with_file(true) in main()
Dinferno-flame.rs16 let (flame_layer, _guard) = FlameLayer::with_file(dir.join(PATH)).unwrap(); in setup_global_subscriber()
/third_party/rust/crates/tracing/tracing-flame/tests/
Dcollapsed.rs15 FlameLayer::with_file(tmp_dir.path().join("tracing.folded")).unwrap(); in capture_supported()
Dconcurrent.rs14 let (flame_layer, flame_guard) = FlameLayer::with_file(&path).unwrap(); in capture_supported()
/third_party/rust/crates/tracing/tracing-subscriber/src/fmt/format/
Dmod.rs776 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)
Djson.rs598 .with_file(true) in json_filename()
/third_party/rust/crates/tracing/tracing-flame/src/
Dlib.rs370 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/
Dmod.rs661 pub fn with_file( in with_file() function
666 inner: self.inner.with_file(display_filename), in with_file()
Dfmt_layer.rs441 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/
DREADME.md57 let (flame_layer, _guard) = FlameLayer::with_file("./tracing.folded").unwrap();
/third_party/rust/crates/tracing/tracing-subscriber/
DCHANGELOG.md260 - **fmt**: Added `with_file` and `with_line_number`