HomeSort by relevance Sort by last modified time
    Searched full:clo_threshold (Results 1 - 1 of 1) sorted by null

  /external/valgrind/main/massif/
ms_main.c 403 static double clo_threshold = 1.0; // percentage variable
435 else if VG_DBL_CLO(arg, "--threshold", clo_threshold) {
436 if (clo_threshold < 0 || clo_threshold > 100) {
670 if (0 == total_szB && 0 != clo_threshold) {
673 sig_child_threshold_szB = (SizeT)((total_szB * clo_threshold) / 100);
    [all...]

Completed in 50 milliseconds