ResearchScamOnlineSearchLatencyStats

GoogleApi.ContentWarehouse.V1.Model.ResearchScamOnlineSearchLatencyStats


Table of Contents ▼

Jump to a specific part of the page:

Description

Structure to hold the response time for a node. Last used: 3

Attributes List

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

View Attributes

Attributes

  1. cpuTime (type: float(), default: nil)
    - An estimate of the CPU time used for this query on the machine associated with task_id, from when the query was received to when the response was ready to send, in seconds. Caveats: 1. Does not account for CPU time spent serializing, deserializing, compressing or decompressing protos within Stubby. 2. Does not account for cleanup time after response has been sent.
  2. taskId (type: integer(), default: nil)
    - Task number associated with response time measurements.
  3. wallTime (type: float(), default: nil)
    - Wall time taken on the machine associated with task_id from when the query was received to when the response was ready to send, in seconds. This time excludes the time spent sending the response and the time to perform cleanup operations after the response is sent.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ResearchScamOnlineSearchLatencyStats{
cpuTime: float() | nil,
taskId: integer() | nil,
wallTime: float() | nil
}

Function

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

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