DEV Community

Profiling and Benchmarking

Luca Barbato on January 07, 2020

For the 0.2.0 release I was focusing on making rav1e faster. Luca Bruno asked me to give more context, this is the belated start of a set of blogpo...
Collapse
 
nothingismagick profile image
Daniel Thompson-Yvetot

Awesome writeup. We're planning our benchmarking and profiling approach for our polyglot (typescript + rust) project tauri.studio right now, and you offer some great insights. Any ideas about benching on Windows?

Collapse
 
luzero profile image
Luca Barbato

criterion works on Windows and dtrace should work on windows so cargo-flamegraph is available.

Depending on what you need VTune is as good as Instruments on macOS or better, or at least so I had been told :) (I do not use Windows that often).