llogiq / flamer

A compiler plugin to insert flame calls
Apache License 2.0
380 stars 22 forks source link

Allow finer-grained measurements #4

Open llogiq opened 8 years ago

llogiq commented 8 years ago

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)

llogiq commented 8 years ago

This will also need some kind of naming scheme.