Files
rocm-systems/projects/rocprofiler-sdk/benchmark/README.md
T

22 lines
314 B
Markdown
Raw Normal View History

# Benchmark Suite
## Generate Data
From the current directory:
```shell
cmake -B build-benchmark .
cd build-benchmark
export PATH=${PWD}/bin:${PATH}
rocprofv3-benchmark -i ./example.yml -n 2
```
```shell
sqlite3 benchmark.db
```
```sql
SELECT * FROM benchmark_metrics;
SELECT * FROM benchmark_statistics;
```