Home
last modified time | relevance | path

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

/build/blueprint/bootstrap/
Dcommand.go84 ctx.BeginEvent("list_modules")
97 ctx.BeginEvent("parse_bp")
132 ctx.BeginEvent("write_files")
/build/blueprint/
Dcontext.go1575 c.BeginEvent("resolve_deps")
2453 c.BeginEvent("prepare_build_actions")
4152 func (c *Context) BeginEvent(name string) { func