Class CudaJOWallTime
Returns a float value in the option of the wall clock time, in milliseconds, spent creating the cubin
Option type: float
Applies to: compiler and linker
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ManagedCuda
Assembly: ManagedCuda.dll
Syntax
public class CudaJOWallTime : CudaJitOption, IDisposable
Constructors
| Improve this Doc View SourceCudaJOWallTime()
Returns a float value in the option of the wall clock time, in milliseconds, spent creating the cubin
Option type: float
Applies to: compiler and linker
Declaration
public CudaJOWallTime()
Properties
| Improve this Doc View SourceValue
Returns a float value in the option of the wall clock time, in milliseconds, spent creating the cubin
Option type: float
Applies to: compiler and linker
The value is only valid after a succesful call to UpdateValues()Declaration
public float Value { get; }
Property Value
Type | Description |
---|---|
System.Single |
Implements
System.IDisposable