HomeSort by relevance Sort by last modified time
    Searched refs:opt_scale (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/tcmalloc/chromium/src/
pprof 336 $main::opt_scale = 0;
406 "scale=i" => \$main::opt_scale,
726 system(ShellEscape(@GV, "--scale=$main::opt_scale", "--noantialias", $fname)
730 print STDERR ShellEscape(@GV, "-scale", $main::opt_scale) . "\n";
731 system(ShellEscape(@GV, "-scale", "$main::opt_scale", $fname) . $bg);
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
pprof 336 $main::opt_scale = 0;
406 "scale=i" => \$main::opt_scale,
726 system(ShellEscape(@GV, "--scale=$main::opt_scale", "--noantialias", $fname)
730 print STDERR ShellEscape(@GV, "-scale", $main::opt_scale) . "\n";
731 system(ShellEscape(@GV, "-scale", "$main::opt_scale", $fname) . $bg);
    [all...]

Completed in 38 milliseconds