Home
last modified time | relevance | path

Searched refs:Pgo (Results 1 – 1 of 1) sorted by relevance

/build/soong/cc/
Dpgo.go57 Pgo struct { member
79 return props.Pgo.Instrumentation != nil && *props.Pgo.Instrumentation == true
83 return props.Pgo.Sampling != nil && *props.Pgo.Sampling == true
93 flags.Local.CFlags = append(flags.Local.CFlags, props.Pgo.Cflags...)
100 flags.Local.CFlags = append(flags.Local.CFlags, props.Pgo.Cflags...)
105 profileFile := *props.Pgo.Profile_file
136 missing := *props.Pgo.Profile_file + ":" + ctx.ModuleDir() + "/Android.bp:" + ctx.ModuleName()
189 filePresent := props.Pgo.Profile_file != nil
190 benchmarksPresent := len(props.Pgo.Benchmarks) > 0
250 for _, b := range pgo.Properties.Pgo.Benchmarks {
[all …]