Table of Contents

Class OpenCLKernelProfileRecord

Namespace
ImageMagick
Assembly
Magick.NET-Q8-AnyCPU.dll

Represents a kernel profile record for an OpenCL device.

public sealed class OpenCLKernelProfileRecord : IOpenCLKernelProfileRecord
Inheritance
OpenCLKernelProfileRecord
Implements
IOpenCLKernelProfileRecord
Inherited Members

Properties

Count

Gets the number of times that this kernel was executed.

public ulong Count { get; }

Property Value

ulong

MaximumDuration

Gets the maximum duration of a single execution in microseconds.

public ulong MaximumDuration { get; }

Property Value

ulong

MinimumDuration

Gets the minimum duration of a single execution in microseconds.

public ulong MinimumDuration { get; }

Property Value

ulong

Name

Gets the name of the device.

public string Name { get; }

Property Value

string

TotalDuration

Gets the total duration of all executions in microseconds.

public ulong TotalDuration { get; }

Property Value

ulong