stash/vendor/github.com/chromedp/cdproto/performance/events.go
bnkai 4373f9bf01
Add cdp support for xpath scrapers (#625)
Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
2020-08-04 10:42:40 +10:00

11 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.
}