Show / Hide Table of Contents

    Struct nvmlViolationTime

    struct to hold perf policy violation status data

    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 nvmlViolationTime

    Fields

    | Improve this Doc View Source

    referenceTime

    referenceTime represents CPU timestamp in microseconds

    Declaration
    public ulong referenceTime
    Field Value
    Type Description
    System.UInt64
    | Improve this Doc View Source

    violationTime

    violationTime in Nanoseconds

    Declaration
    public ulong violationTime
    Field Value
    Type Description
    System.UInt64
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX