Searched refs:clo_threshold (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/massif/
H A Dms_main.c409 static double clo_threshold = 1.0; // percentage variable
441 else if VG_DBL_CLO(arg, "--threshold", clo_threshold) {
442 if (clo_threshold < 0 || clo_threshold > 100) {
698 if (0 == total_szB && 0 != clo_threshold) {
701 sig_child_threshold_szB = (SizeT)((total_szB * clo_threshold) / 100);
2269 make_perc(clo_threshold));

Completed in 29 milliseconds