yse / easy_profiler

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

COM support #189

Closed amfogor closed 3 years ago

amfogor commented 3 years ago

It would be very nice to be able to use the profiling through COM. That way not only it would be possible to use it in C++98 projects, but in any language supporting COM. But the only reason is C++98 projects. Especially considering there are caveats of using COM in other languages, like nondeterministic lifetime.

amfogor commented 3 years ago

nvm, I figured I'll write my own profiler