Home
last modified time | relevance | path

Searched defs:criticalPath (Results 1 – 2 of 2) sorted by relevance

/build/soong/ui/status/
Dcritical_path.go32 type criticalPath struct { struct
33 log logger.Logger
35 nodes map[string]*node
36 running map[*Action]time.Time
38 start, end time.Time
40 clock clock
60 func (cp *criticalPath) StartAction(action *Action, counts Counts) {
68 func (cp *criticalPath) FinishAction(result ActionResult, counts Counts) {
105 func (cp *criticalPath) Flush() {
131 func (cp *criticalPath) Message(level MsgLevel, msg string) {}
[all …]
Dcritical_path_test.go24 *criticalPath anonMember