The source project of this merge request has been removed.
Minor ComputeFstat-related changes
Description
Minor changes related to the ComputeFstat API:
- Remove help string from ComputeFstat header, and enforce
const
for timing help strings - Remove a duplicate memory usage print statement in ComputeFstatBenchmark.c
- Whitespace and comment fixes
API Changes and Justification
Backwards Compatible Changes
-
This change introduces no API changes -
This change adds new API calls
Backwards Incompatible Changes
-
This change modifies an existing API -
This change removes an existing API
Necessary to enforce const
correctness