Home
last modified time | relevance | path

Searched refs:FlushGuard (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/tracing/tracing-flame/src/
Dlib.rs251 pub struct FlushGuard<W> struct
278 pub fn flush_on_drop(&self) -> FlushGuard<W> { in flush_on_drop()
279 FlushGuard { in flush_on_drop()
330 impl<W> FlushGuard<W> impl
352 impl<W> Drop for FlushGuard<W> implementation
370 pub fn with_file(path: impl AsRef<Path>) -> Result<(Self, FlushGuard<BufWriter<File>>), Error> { in with_file()
/third_party/rust/crates/tracing/tracing-flame/
DREADME.md46 of the `FlameLayer`, see the docs for [`FlushGuard`].
132 [`FlushGuard`]: https://docs.rs/tracing-flame/*/tracing_flame/struct.FlushGuard.html