Namespace DotCompute.Core.Telemetry.Analysis
Classes
- KernelAnalysisResult
Contains comprehensive analysis results for a specific kernel's performance over time. Provides statistical insights and trend analysis for kernel execution patterns.
- MemoryAccessAnalysisResult
Contains comprehensive analysis results for memory access patterns and performance. Provides insights into memory subsystem utilization and optimization opportunities.
- MemorySegmentStats
Contains statistical information about memory usage for a specific memory segment. Provides insights into how different memory regions are being utilized.
- PerformanceBottleneck
Represents a performance bottleneck identified during trace analysis. Contains information about the bottleneck location, impact, and potential solutions.
- ProfileAnalysis
Contains comprehensive analysis results for a performance profile. Provides insights into execution patterns, bottlenecks, and optimization opportunities.
- TraceAnalysis
Contains comprehensive analysis results for a distributed trace. Provides performance insights, bottleneck identification, and optimization recommendations.