Skip to content

Analysis Queries

The cinst/scripts directory provides query scripts for different analysis targets.

Typical workflow

  1. Build/prepare data representation from trace logs.
  2. Execute a specific query script.
  3. Interpret reported patterns and map to optimization candidates.

Example query scripts

  • NGC_query.py
  • misuse_query.py
  • misuse2_query.py
  • index_query.py
  • RT_query.py
  • null_query.py
  • pre_waste_query.py

Use the script that matches the specific misuse or behavior pattern described in your evaluation question.