yse / easy_profiler

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

feature: adjust the order of threads #179

Open gggin opened 4 years ago

gggin commented 4 years ago

In my own case, I want to check two thread synchronize situation. but there are so many threads. I cannot focus on two thread that I care.

So If I can change the order of threads, It'll be so cool.