Skip to content

[cmake] Allow wrapping a statistic profiler around the code generation tool chain

Dominic Kempf requested to merge feature/statistic-profiling into master

Enable with the cmake variable DUNE_CODEGEN_PROFILING. For each generated header, a profile is written out. These can be visualized with tools like snakeviz.

This is the main technical part of #74 (closed), the actual profiling is missing...

Edited by Dominic Kempf

Merge request reports

Loading