Loading...
Searching...
No Matches
realvirtual.BatchOptimizationMetrics Class Reference
Metrics for batch optimization performance. More...
Public Member Functions | |
| string | GetSummary () |
| Gets a summary string of the metrics. | |
Properties | |
| int | TotalSignals [get, set] |
| Total number of signals. | |
| int | TotalBatchReads [get, set] |
| Number of batch read operations. | |
| float | ReductionRatio [get, set] |
| Reduction in operations (0-1) | |
| float | AverageEfficiency [get, set] |
| Average batch efficiency (0-1) | |
| int | WastedReads [get, set] |
| Number of unused addresses read. | |
| int | TheoreticalMinimum [get, set] |
| Theoretical minimum reads possible. | |
Detailed Description
Metrics for batch optimization performance.
Member Function Documentation
◆ GetSummary()
| string realvirtual.BatchOptimizationMetrics.GetSummary | ( | ) |
Gets a summary string of the metrics.
Property Documentation
◆ AverageEfficiency
|
getset |
Average batch efficiency (0-1)
◆ ReductionRatio
|
getset |
Reduction in operations (0-1)
◆ TheoreticalMinimum
|
getset |
Theoretical minimum reads possible.
◆ TotalBatchReads
|
getset |
Number of batch read operations.
◆ TotalSignals
|
getset |
Total number of signals.
◆ WastedReads
|
getset |
Number of unused addresses read.