Files
stash/vendor/github.com/chromedp/cdproto/performance/events.go
2020-08-04 10:42:40 +10:00

12 lines
363 B
Go

package performance
// Code generated by cdproto-gen. DO NOT EDIT.
// EventMetrics current values of the metrics.
//
// See: https://chromedevtools.github.io/devtools-protocol/tot/Performance#event-metrics
type EventMetrics struct {
Metrics []*Metric `json:"metrics"` // Current values of the metrics.
Title string `json:"title"` // Timestamp title.
}