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

  /src/external/bsd/jemalloc.old/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/dist/bin/
jeprof 2045 my $local_total = TotalProfile($flat);
2046 my $nodelimit = int($main::opt_nodefraction * $local_total);
2047 my $edgelimit = int($main::opt_edgefraction * $local_total);
2115 sprintf("Focusing on: %s", Unparse($local_total)),
2131 if ($local_total > 0) {
2132 $fs = 8 + (50.0 * sqrt(abs($f * 1.0 / $local_total)));
2145 Percent($c, $local_total));
2164 Percent($f, $local_total),
2227 my $fraction = abs($local_total ? (3 * ($n / $local_total)) : 0)
    [all...]
jeprof.in 2045 my $local_total = TotalProfile($flat);
2046 my $nodelimit = int($main::opt_nodefraction * $local_total);
2047 my $edgelimit = int($main::opt_edgefraction * $local_total);
2115 sprintf("Focusing on: %s", Unparse($local_total)),
2131 if ($local_total > 0) {
2132 $fs = 8 + (50.0 * sqrt(abs($f * 1.0 / $local_total)));
2145 Percent($c, $local_total));
2164 Percent($f, $local_total),
2227 my $fraction = abs($local_total ? (3 * ($n / $local_total)) : 0)
    [all...]

Completed in 18 milliseconds