Searched defs:EventHandler (Results 1 – 4 of 4) sorted by relevance
| /build/blueprint/metrics/ |
| D | event_handler.go | 25 type EventHandler struct { struct 26 completedEvents []Event 30 scopeIds []string 31 scopeStartTimes []time.Time 58 func (h *EventHandler) Begin(name string) { 67 func (h *EventHandler) Do(name string, f func()) { 75 func (h *EventHandler) End(name string) { 97 func (h *EventHandler) CompletedEvents() []Event {
|
| /build/soong/android/ |
| D | metrics.go | 68 func collectMetrics(config Config, eventHandler *metrics.EventHandler) *soong_metrics_proto.SoongBu… 206 func WriteMetrics(config Config, eventHandler *metrics.EventHandler, metricsFile string) error {
|
| /build/soong/cmd/soong_build/ |
| D | main.go | 175 func writeMetrics(configuration android.Config, eventHandler *metrics.EventHandler, metricsDir stri… 195 func writeDepFile(outputFile string, eventHandler *metrics.EventHandler, ninjaDeps []string) { 408 func writeGlobFile(eventHandler *metrics.EventHandler, finalOutFile string, globs pathtools.Multipl…
|
| /build/blueprint/ |
| D | context.go | 94 EventHandler *metrics.EventHandler member
|