Home
last modified time | relevance | path

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

/build/soong/cc/
Dpgo.go83 func (props *PgoProperties) isSampling() bool { func
151 if props.isSampling() {
182 if props.isSampling() {
191 isSampling := props.isSampling()
193 profileKindPresent := isInstrumentation || isSampling
220 if isSampling && isInstrumentation {
296 } else if props.ShouldProfileModule && props.isSampling() {