Lines Matching refs:glog
26 "github.com/golang/glog"
163 glog.Warningf("cmd result for %q: %v", j.n.Output, err)
190 glog.V(1).Infof("run: %s", j.n.Output)
203 glog.V(1).Infof("child: %s (%d)", p.n.Output, p.numDeps)
275 glog.V(1).Infof("ready: %s", j.n.Output)
296 glog.V(1).Infof("wait: %s (%d)", j.n.Output, j.numDeps)
301 glog.V(1).Infof("done: %s", jr.j.n.Output)
317 glog.V(1).Infof("dep: %s (%d) %s", af.neededBy.n.Output, af.neededBy.numDeps, af.j.n.Output)
325 glog.V(1).Infof("job=%d ready=%d free=%d busy=%d", len(wm.jobs)-wm.finishCnt, wm.readyQueue.Len(), len(wm.freeWorkers), len(wm.busyWorkers))
366 glog.V(2).Infof("finish %d skip %d", wm.finishCnt, wm.skipCnt)