Home
last modified time | relevance | path

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

/build/soong/cc/
Dpgo.go79 func (props *PgoProperties) isInstrumentation() bool { func
148 if props.isInstrumentation() {
190 isInstrumentation := props.isInstrumentation()
193 profileKindPresent := isInstrumentation || isSampling
216 if isInstrumentation && !benchmarksPresent {
220 if isSampling && isInstrumentation {
292 if props.ShouldProfileModule && props.isInstrumentation() {