Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 901 Bytes

IntSeries.rst

File metadata and controls

20 lines (12 loc) · 901 Bytes

vim.PerformanceManager.IntSeries

This data object type describes integer metric values. The size of the array must match the size of sampleInfo property in the PerfEntityMetric that contains this series.
extends:vim.PerformanceManager.MetricSeries
Attributes:

value ([long], optional):

An array of 64-bit integer values. The size of the array matches the size as the PerfSampleInfo , because the values can only be interpreted in the context of the sample that generated the value.