yse / easy_profiler

Lightweight profiler library for c++
MIT License
2.14k stars 184 forks source link

Support inter-thread blocks measuring #203

Open Nizerlak opened 2 years ago

Nizerlak commented 2 years ago

Useful feature would be possibility of creating and tracking inter-thread blocks. Possible use case:

Of course above macros' names are only my suggestion and could be replaced by anything, it's only for presentation purpose. What do you think about this feature?