> ## Documentation Index
> Fetch the complete documentation index at: https://docs.visent.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Report Format

> Understanding Visent Forge benchmark reports, metrics, and output formats

# Report Format

Visent Forge generates comprehensive benchmark reports with detailed performance metrics, analysis, and visualizations. Understand the structure, metrics, and interpretation of benchmark results to make informed optimization decisions.

Supports multiple output formats including JSON, CSV, PDF, and interactive HTML reports.

## Report Structure

Coming soon - overview of benchmark report organization and sections.

## Performance Metrics

### Core Metrics

| Metric            | Description            | Unit         |
| ----------------- | ---------------------- | ------------ |
| `throughput`      | Operations per second  | ops/sec      |
| `latency`         | Average response time  | milliseconds |
| `gpu_utilization` | GPU compute usage      | percentage   |
| `memory_usage`    | GPU memory consumption | GB           |
| `power_draw`      | GPU power consumption  | watts        |

### Machine Learning Metrics

Coming soon - ML-specific performance metrics and measurements.

### Graphics Metrics

Coming soon - rendering and graphics performance indicators.

### Scientific Computing Metrics

Coming soon - HPC and simulation performance metrics.

## Output Formats

### JSON Format

```json theme={null}
{
  "benchmark": {
    "name": "ml-training",
    "gpu": "H100",
    "timestamp": "2024-01-15T10:30:00Z",
    "results": {
      "throughput": 1250.5,
      "latency": 12.3,
      "gpu_utilization": 95.2
    }
  }
}
```

### CSV Format

Coming soon - CSV output structure for data analysis.

### PDF Reports

Coming soon - formatted PDF reports with charts and analysis.

### Interactive HTML

Coming soon - interactive web-based report viewing.

## Visualization

Coming soon - charts, graphs, and performance visualization options.

## Comparative Analysis

Coming soon - comparing results across different configurations and hardware.

## Data Export

Coming soon - exporting benchmark data for external analysis tools.

## Custom Reports

Coming soon - creating custom report templates and formats.

## Next Steps

* [Run benchmarks](benchmark-guide) to generate reports
* [Use CLI commands](cli-reference) for report generation
* [Apply performance tuning](performance-tuning) based on results
