perf counter macros

This commit is contained in:
2021-10-31 16:12:32 +01:00
parent 33bea8fbc8
commit bee1b66b55
10 changed files with 136 additions and 34 deletions

View File

@@ -13,6 +13,7 @@ mod game;
mod tests;
mod text;
mod util;
mod perf;
fn main() {
let log_config = LogConfig::from_file("config/log.toml");