Skip to content

Adding a timer around the C printer call in CppMethod.from_kernel_function.

Nils Kohl requested to merge kohl/timing-c-printer into main

The actual C printing from the AST was not timed and left a gap in the output. Kept me wondering what actually takes so long there.

Merge request reports