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

  /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)
  /prebuilts/go/darwin-x86/src/cmd/yacc/
yacc.go 290 var pgo []int var
    [all...]
  /prebuilts/go/linux-x86/src/cmd/yacc/
yacc.go 290 var pgo []int var
    [all...]

Completed in 387 milliseconds