yse / easy_profiler

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

Fixed 32-bit compilation and ability to autoconnect via command line #173

Closed ludekvodicka closed 4 years ago

yse commented 4 years ago

Thanks for great idea about autoconnect!

ludekvodicka commented 4 years ago

I'm thinking also about some kind of remote start&stop.

I extended our unit testing interface to be able to run&start easy profiler. But it would be also great to be able to stop profiling when selected tests are completed..

Probably some kind of interprocess communication to signalize these runs & stops. I will try to implement it if I have some free time.