Searched refs:peak_rss_mb (Results 1 – 6 of 6) sorted by relevance
9 echo "peak_rss_mb :0" > %t15 RUN: [[ $(grep "peak_rss_mb\|slowest_unit_time_sec" %t | wc -l) -eq 2 ]]18 RUN: printf "peak_rss_mb : 0\nslowest_unit_time_sec: 0\n" > %t21 RUN: [[ $(grep "peak_rss_mb\|slowest_unit_time_sec" %t | wc -l) -eq 2 ]]23 ; Test that peak_rss_mb and slowest_unit_time_in_secs are only updated when necessary.26 RUN: printf "peak_rss_mb : 9999\nslowest_unit_time_sec: 9999\n" > %t
6 FINAL_STATS: stat::peak_rss_mb:10 FINAL_STATS1: stat::peak_rss_mb:
34 size_t peak_rss_mb = 0; member47 {"stat::peak_rss_mb:", &Res.peak_rss_mb}, in ParseFinalStatsFromLog()
507 - `peak_rss_mb` - max rss usage reached during fuzzing in MB
827 - added PR that includes peak_rss_mb and slowest_exec_ms in the fuzzer_stats report