aboutsummaryrefslogtreecommitdiffhomepage
path: root/ltac/profile_ltac.mli
Commit message (Collapse)AuthorAge
* LtacProf: "Show Ltac Profile CutOff $N" (fix #5080)Gravatar Enrico Tassi2016-09-27
| | | | | It seems we have no grammar rule that parses floats, so I'm parsing an integer, but the whole machinery supports floats.
* profile_ltac: rewritten to be purely functional and STM awareGravatar Enrico Tassi2016-09-05
| | | | | | | Changes: - data structures are purely functional (so retracting do work) - profiling data flows towards master using the feedback bus - master aggregates the data on printing
* LtacProf reports structured results (pr/209)Gravatar CJ Bell2016-06-20
| | | | using a custom feedback message in response to "Show Ltac Profile."
* Better coding style (syntax).Gravatar Pierre-Marie Pédrot2016-06-14
|
* Adding Coq headers.Gravatar Pierre-Marie Pédrot2016-06-14
|
* Moving back Ltac profiling to the Ltac folder.Gravatar Pierre-Marie Pédrot2016-06-14