use PathBuf;
use ChromeLayerBuilder;
use LevelFilter;
use *;
use crate;
/// [`Sink`] that writes a Chrome-trace JSON file.
///
/// Open the output in `chrome://tracing` or Perfetto to inspect spans
/// emitted by [`profile`](crate::profile) and
/// [`profile_scope!`](crate::profile_scope) on a flame timeline.