HtmlrenderWebkitHeadlessProtoAnonTimingStatPair

GoogleApi.ContentWarehouse.V1.Model.HtmlrenderWebkitHeadlessProtoAnonTimingStatPair


Table of Contents ▼

Jump to a specific part of the page:

Description

TimingStatPair message stores a timing period name and a time value. This is intentionally vague for doing fine level timing of rendering as what we measure is likely to change as we iterate. The intention is also that these values will just be dumped to varzs for evaluation purposed and not used programmatically.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. name (type: String.t, default: nil)
    -
  2. timeS (type: float(), default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.HtmlrenderWebkitHeadlessProtoAnonTimingStatPair{
name: String.t() | nil,
timeS: float() | nil
}

Function

@spec decode(struct(), keyword()) :: struct()

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.HtmlrenderWebkitHeadlessProtoAnonTimingStatPair