You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
572 B
13 lines
572 B
RUN: %cpp_compiler %S/SimpleTest.cpp -o %t-SimpleTest
|
|
RUN: %run %t-SimpleTest -seed=1 -runs=77 -print_final_stats=1 2>&1 | FileCheck %s --check-prefix=FINAL_STATS
|
|
FINAL_STATS: stat::number_of_executed_units: 77
|
|
FINAL_STATS: stat::average_exec_per_sec: 0
|
|
FINAL_STATS: stat::new_units_added:
|
|
FINAL_STATS: stat::slowest_unit_time_sec: 0
|
|
FINAL_STATS: stat::peak_rss_mb:
|
|
|
|
RUN: %run %t-SimpleTest %S/dict1.txt -runs=33 -print_final_stats=1 2>&1 | FileCheck %s --check-prefix=FINAL_STATS1
|
|
FINAL_STATS1: stat::number_of_executed_units: 33
|
|
FINAL_STATS1: stat::peak_rss_mb:
|
|
|