Add some tracing to the quantized example. (#473)

This commit is contained in:
Laurent Mazare
2023-08-16 18:49:08 +01:00
committed by GitHub
parent fa4590d7fd
commit c5f45887dc
2 changed files with 63 additions and 4 deletions

View File

@ -89,7 +89,6 @@ fn main() -> Result<()> {
let args = Args::parse();
let _guard = if args.tracing {
println!("tracing...");
let (chrome_layer, guard) = ChromeLayerBuilder::new().build();
tracing_subscriber::registry().with(chrome_layer).init();
Some(guard)