Table of Contents

Enum PerformanceExportFormat

Namespace
DotCompute.Runtime.Services.Performance.Types
Assembly
DotCompute.Runtime.dll

Defines the available formats for exporting performance data. Used to specify the output format when exporting profiling results.

public enum PerformanceExportFormat

Fields

Binary = 3

Binary format. Compact binary format for efficient storage and transmission.

Csv = 1

CSV format. Tabular format suitable for spreadsheet applications and data analysis.

Json = 0

JSON format. Human-readable format suitable for web APIs and data interchange.

Xml = 2

XML format. Structured format suitable for enterprise systems and configuration.