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 = 3Binary format. Compact binary format for efficient storage and transmission.
Csv = 1CSV format. Tabular format suitable for spreadsheet applications and data analysis.
Json = 0JSON format. Human-readable format suitable for web APIs and data interchange.
Xml = 2XML format. Structured format suitable for enterprise systems and configuration.