Skip to content
  • Eduardo Lima Mitev's avatar
    WIP: Add new report tool for Freedreno · c27477a4
    Eduardo Lima Mitev authored
    Written in a single C file with no dependencies (outside libc).
    
    The existing fd-report.py doesn't handle out-of-order results.
    That forces single thread runs which add a significant delay to
    the workflow.
    
    It also doesn't handle new reported stats (ss, sy and max_sun).
    
    Why not update existing python tool?
    a) Python not my lingua-franca.
    b) Avoid reinforcing an (arguably) unneeded dependency (python).
    c) The tool will (arguably) run faster.
    c27477a4