Home
last modified time | relevance | path

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

/build/soong/cc/
Dpgo.go82 func (props *PgoProperties) isSampling() bool { func
146 if props.isSampling() {
177 if props.isSampling() {
186 isSampling := props.isSampling()
188 profileKindPresent := isInstrumentation || isSampling
215 if isSampling && isInstrumentation {
316 } else if props.ShouldProfileModule && props.isSampling() {