cmake: compilation statistics per transation unit
Following properties could be used to time compiler and linker invocations: RULE_LAUNCH_COMPILE RULE_LAUNCH_CUSTOM RULE_LAUNCH_LINK Those properties could be set globally, per directory and per target. That way you can only have a subset of your targets (say tests) to be impacted by this property. Also you can have different “launchers” for each target that also … Read more