Skip to content

Take into account csds_init for the time in engine_init

Loic Hausammann requested to merge split_time_accounted into master

Currently, the time spent within csds_init is accounted twice. Once within the previous function and once in engine_init. Here I am changing a bit the API in order to return the time already accounted for in engine_init.

Merge request reports