Show / Hide Table of Contents

    Struct nvmlUtilization

    Utilization information for a device. Each sample period may be between 1 second and 1/6 second, depending on the product being queried.

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: ManagedCuda.Nvml
    Assembly: ManagedNvml.dll
    Syntax
    public struct nvmlUtilization

    Fields

    | Improve this Doc View Source

    gpu

    Percent of time over the past sample period during which one or more kernels was executing on the GPU

    Declaration
    public uint gpu
    Field Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    memory

    Percent of time over the past sample period during which global (device) memory was being read or written

    Declaration
    public uint memory
    Field Value
    Type Description
    System.UInt32
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX