Synopsis
Description
Compare Kong’s analysis output against ground-truth source code. Computes symbol accuracy (name matching) and type accuracy (signature matching) for each function, then reports aggregate scores.Arguments
| Argument | Type | Required | Description |
|---|---|---|---|
ANALYSIS_JSON | Path | Yes | Path to Kong’s analysis.json output file. |
SOURCE_FILE | Path | Yes | Path to the ground-truth C source file. |
Example
Further reading
- Evaluating Results — detailed scoring methodology
- Interpreting Kong Output — understanding output fields

