MercuryTechnologies / ghc-specter

Inspecting tool for GHC compilation pipeline
MIT License
31 stars 1 forks source link

Critical path time computation #241

Open wavewave opened 1 year ago

wavewave commented 1 year ago

Blocker graph defines a blocking path time-length between two nodes in the graph. We may call this as "critical paths" and how the max critical path time is changed over time and detecting abrupt changes in the quantity will be a good measure for the quality of a project build.

ideated by @parsonsmatt