flamer
flamer copied to clipboard
Allow finer-grained measurements
E.g. #[flame(loops)] to insert measurements for all loops or #[flame(blocks=5)] to measure all blocks with at least 5 statements (or 4 statements + expression)
This will also need some kind of naming scheme.