Browse Source

More tweaks

Kevin Lee 1 year ago
parent
commit
41d354adb1
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/main.rs

+ 2 - 0
src/main.rs

@@ -133,9 +133,11 @@ fn main() {
         let config: Config = serde_yaml::from_str(&config).expect("Failed to parse config file");
 
         // Patch pen settings
+        let time: Instant = Instant::now();
         config
             .ops
             .apply(&mut file.pens_offset.data.pens, &mut file.layers_offset);
+        trace!("Config processing time: {:?}", time.elapsed());
     }
 
     // Process output