Mentions légales du service

Skip to content

Improve the OTF2 parser

TRAHAY Francois requested to merge otf2 into master

This merge request improves the OTF2 parser:

  • improve the cmake detection of otf2 (you just need to have otf2-config in your path to set the include/lib dirs)
  • when loading an OTF2, there was a race condition that prevented vite from displaying the trace
  • we now display the thread beginning/end

Merge request reports