HomeSort by: relevance | last modified time | path
    Searched refs:local_total (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/jemalloc/dist/bin/
jeprof.in 2044 my $local_total = TotalProfile($flat);
2045 my $nodelimit = int($main::opt_nodefraction * $local_total);
2046 my $edgelimit = int($main::opt_edgefraction * $local_total);
2114 sprintf("Focusing on: %s", Unparse($local_total)),
2130 if ($local_total > 0) {
2131 $fs = 8 + (50.0 * sqrt(abs($f * 1.0 / $local_total)));
2144 Percent($c, $local_total));
2163 Percent($f, $local_total),
2226 my $fraction = abs($local_total ? (3 * ($n / $local_total)) : 0)
    [all...]
  /src/external/bsd/jemalloc.old/dist/bin/
jeprof.in 2029 my $local_total = TotalProfile($flat);
2030 my $nodelimit = int($main::opt_nodefraction * $local_total);
2031 my $edgelimit = int($main::opt_edgefraction * $local_total);
2099 sprintf("Focusing on: %s", Unparse($local_total)),
2115 if ($local_total > 0) {
2116 $fs = 8 + (50.0 * sqrt(abs($f * 1.0 / $local_total)));
2129 Percent($c, $local_total));
2148 Percent($f, $local_total),
2211 my $fraction = abs($local_total ? (3 * ($n / $local_total)) : 0)
    [all...]

Completed in 24 milliseconds