This commit is contained in:
Robin Appelman 2024-07-28 18:58:51 +02:00
commit d0997370bb
3 changed files with 31 additions and 0 deletions

View file

@ -22,6 +22,13 @@ mod matcher;
mod timegraph;
mod ui;
#[cfg(not(target_env = "msvc"))]
use tikv_jemallocator::Jemalloc;
#[cfg(not(target_env = "msvc"))]
#[global_allocator]
static GLOBAL: Jemalloc = Jemalloc;
#[derive(Debug, Parser)]
struct Args {
file: String,