UniMath / agda-unimath

The agda-unimath library
https://unimath.github.io/agda-unimath/
MIT License
222 stars 71 forks source link

Record performance statistics for type-checking #1030

Closed fredrik-bakke closed 8 months ago

fredrik-bakke commented 9 months ago

To get on top of performance related to type-checking the library, we need to have data about it first. This is useful for a multitude of reasons

Agda has some built-in functionality for performance debugging. I think this should be more than enough for our use case:

Related to #985.