jmitchell / backtrex

Backtracking behaviour to solve discrete problems by brute force
Other
26 stars 2 forks source link

Generate profiling reports #17

Closed jmitchell closed 7 years ago

jmitchell commented 7 years ago

Reports are output to ./profile, and are based on fprof and eflame.

Resolves most of #12 (remaining task now tracked in #16). Graphing metrics over time (#14) and exposing profiling reports to users (#15) are still pending.