Home
last modified time | relevance | path

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

/build/soong/finder/
Dfinder.go475 approximateNumDescendents int member
480 approximateNumDescendents: 1}
531 count += child.approximateNumDescendents
533 m.approximateNumDescendents = count
1492 totalWork += child.approximateNumDescendents
1500 numChildThreads := approxNumThreads * child.approximateNumDescendents / totalWork