================ @@ -0,0 +1,16 @@ +// RUN: %clangxx_memprof %s -o %t + +// RUN: %env_memprof_opts=print_text=true:log_path=stdout:dump_at_exit=false %run %t | count 0 ---------------- snehasish wrote: What is `count 0` here? https://github.com/llvm/llvm-project/pull/119452