Home
last modified time | relevance | path

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

/third_party/ninja/src/
Dstate.h42 : name_(name), current_use_(0), depth_(depth), delayed_(&WeightedEdgeCmp) {} in Pool()
48 int current_use() const { return current_use_; } in current_use()
75 int current_use_; member
Dstate.cc28 current_use_ += edge.weight(); in EdgeScheduled()
33 current_use_ -= edge.weight(); in EdgeFinished()
45 if (current_use_ + edge->weight() > depth_) in RetrieveReadyEdges()
55 printf("%s (%d/%d) ->\n", name_.c_str(), current_use_, depth_); in Dump()