Home
last modified time | relevance | path

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

/build/soong/finder/
Dfinder.go482 approximateNumDescendents int member
487 approximateNumDescendents: 1}
538 count += child.approximateNumDescendents
540 m.approximateNumDescendents = count
1515 totalWork += child.approximateNumDescendents
1523 numChildThreads := approxNumThreads * child.approximateNumDescendents / totalWork