Voting helps other researchers find interesting modules.
Processor timings as produced by NestedPerfCounter, see google3/repository/webref/base/nested-perf-counter.h.
cpuInstructions
String.t
nil
name
processorCounters
list(GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefProcessorCounter.t)
processorTimings
list(GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefProcessorTiming.t)
wallTimeNs
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefProcessorTiming{ cpuInstructions: String.t() | nil, name: String.t() | nil, processorCounters: [GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefProcessorCounter.t()] | nil, processorTimings: [t()] | nil, wallTimeNs: String.t() | nil }
@spec decode(struct(), keyword()) :: struct()