[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / ClangScanDeps / print-timing.c
blobfa2a433b9553708b30701cce1a352c555ff2c441
1 // RUN: rm -rf %t && mkdir %t
2 // RUN: split-file %s %t
4 // RUN: clang-scan-deps -compilation-database %t/cdb.json -print-timing > %t/result.json 2>%t/errs
5 // RUN: cat %t/errs | FileCheck %s
6 // CHECK: wall time [s] process time [s] instruction count
7 // CHECK-NEXT: {{[0-9]+}}.{{([0-9]{4})}} {{[0-9]+}}.{{([0-9]{4})}} {{[0-9]+}}
9 //--- cdb.json