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

  /build/soong/cc/
pgo.go 32 "toolchain/pgo-profiles",
33 "vendor/google_data/pgo-profiles",
54 Pgo struct {
70 type pgo struct { type
75 return props.Pgo.Instrumentation != nil && *props.Pgo.Instrumentation == true
79 return props.Pgo.Sampling != nil && *props.Pgo.Sampling == true
82 func (pgo *pgo) props() []interface{}
    [all...]
cc.go 328 pgo *pgo
379 if c.pgo != nil {
380 c.AddProperties(c.pgo.props()...)
416 if pgo := c.pgo; pgo != nil {
417 return pgo.Properties.PgoCompile
585 module.pgo = &pgo{}
    [all...]
  /external/python/cpython3/Lib/test/libregrtest/
runtest.py 150 with saved_test_environment(test, ns.verbose, ns.quiet, pgo=ns.pgo) as environment:
170 if not ns.quiet and not ns.pgo:
174 if not ns.quiet and not ns.pgo:
180 if not ns.pgo:
189 if not ns.pgo:
runtest_mp.py 47 if ns.pgo:
48 cmd += ['--pgo']
189 if running and not regrtest.ns.pgo:
204 and not regrtest.ns.pgo):
207 if running and not regrtest.ns.pgo:
214 if stderr and not regrtest.ns.pgo:
save_env.py 44 def __init__(self, testname, verbose=0, quiet=False, *, pgo=False):
48 self.pgo = pgo
279 if not self.quiet and not self.pgo:
cmdline.py 242 group.add_argument('-P', '--pgo', dest='pgo', action='store_true',
284 header=False, failfast=False, match_tests=None, pgo=False)
310 if ns.pgo and (ns.verbose or ns.verbose2 or ns.verbose3):
311 parser.error("--pgo/-v don't go together!")
main.py 123 if self.bad and not self.ns.pgo:
279 # If running the test suite for PGO then no one cares about
281 if self.ns.pgo:
388 or not (self.ns.pgo or self.ns.quiet or self.ns.single
480 support.PGO = self.ns.pgo
  /external/python/cpython2/Lib/test/
regrtest.py 60 -P/--pgo -- enable Profile Guided Optimization training
244 header=False, pgo=False):
275 'multiprocess=', 'slaveargs=', 'forever', 'header', 'pgo'])
370 elif o in ('-P', '--pgo'):
371 pgo = True
437 if not pgo:
512 pgo=pgo)
518 # required to spawn a new process with PGO flag on/off
519 if pgo
    [all...]
  /external/skia/gn/
gn_to_bp.py 101 // Build libskia with PGO by default.
102 // Location of PGO profile data is defined in build/soong/cc/pgo.go
108 pgo: {
122 pgo: {
  /external/skqp/gn/
gn_to_bp.py 101 // Build libskia with PGO by default.
102 // Location of PGO profile data is defined in build/soong/cc/pgo.go
108 pgo: {
122 pgo: {
  /external/autotest/client/profilers/pgo/
pgo.py 6 This is a profiler class for copying Profile-Guided-Optimization (PGO) data
8 its PGO data in a directory that this test copies back to test.profdir.
10 The PGO data is found where the build happens in the chroot, which is hardcoded
24 class pgo(profiler.profiler): class in inherits:profiler.profiler
25 """The pgo profiler collects PGO data for Chrome."""
28 def initialize(self, source_dir='/tmp/pgo/chrome'):
42 tar = tarfile.open(name=os.path.join(test.profdir, 'pgo.tar.bz2'),
51 logging.error('PGO dir: %s not found', self._source_dir)
  /external/python/cpython3/Tools/msi/
buildrelease.bat 38 set PGO=-m test -q --pgo
59 if "%1" EQU "--pgo" (set PGO=%~2) && shift && shift && goto CheckOpts
60 if "%1" EQU "--skip-pgo" (set PGO=) && shift && goto CheckOpts
98 call :build x64 "%PGO%"
113 set PGO=
120 set PGO=%~2
149 if not "%PGO%" EQU "" (
    [all...]
  /external/python/cpython2/PCbuild/
build.bat 27 echo. --pgo Build with Profile-Guided Optimization. This flag
43 echo. --pgo-job The job to use for PGO training; implies --pgo
44 echo. (default: "-m test.regrtest --pgo")
58 set pgo_job=-m test.regrtest --pgo
75 if "%~1"=="--pgo" (set do_pgo=true) & shift & goto CheckOpts
76 if "%~1"=="--pgo-job" (set do_pgo=true) & (set pgo_job=%~2) & shift & shift & goto CheckOpts
98 echo.ERROR: Cannot cross-compile with PGO
  /external/python/cpython3/PCbuild/
build.bat 28 echo. --pgo Build with Profile-Guided Optimization. This flag
44 echo. --pgo-job The job to use for PGO training; implies --pgo
45 echo. (default: "-m test --pgo")
59 set pgo_job=-m test --pgo
76 if "%~1"=="--pgo" (set do_pgo=true) & shift & goto CheckOpts
77 if "%~1"=="--pgo-job" (set do_pgo=true) & (set pgo_job=%~2) & shift & shift & goto CheckOpts
99 echo.ERROR: Cannot cross-compile with PGO
  /external/python/cpython2/PC/VS8.0/
build_pgo.bat 2 rem A batch program to build PGO (Profile guided optimization) by first
27 set PGO=%platf%-pgo
39 if exist %PGO% del /s /q %PGO%
  /external/python/cpython2/PC/VS9.0/
build_pgo.bat 2 rem A batch program to build PGO (Profile guided optimization) by first
27 set PGO=%platf%-pgo
39 if exist %PGO% del /s /q %PGO%

Completed in 445 milliseconds