If I wanted to implement a new benchmarking tool for the Elm language, that would be similar to Emery Berger’s causal profiler called Coz, how could I do it?
To implement a benchmarking tool for Elm similar to Emery Berger's Coz causal profiler, you'd need to tackle several key aspects. Here's an outline of how you might approach this:
- Understand Coz and causal profiling:
- Coz is a causal profiler that helps developers identify optimization opportunities in their code.