bombomby / optick

C++ Profiler For Games
https://optick.dev
MIT License
2.92k stars 293 forks source link

Online profiling #144

Open InflexCZE opened 2 years ago

InflexCZE commented 2 years ago

Hello, first of all very nice tool. Great work, thank you 👍

I've noticed that only offline profiling is currently supported (capture first, visualize after). Are there any plans to add support for online profiling (tool visualizes data real time, as they come from profiled app)? In your estimation, how much work (man-days?) it would take to add support of online profiling?

Thank you, keep up the great work!

bombomby commented 2 years ago

Yep, this feature will be super useful and has been on my TODO list for quite a while. It'll probably take about 5-7 days to implement it.

InflexCZE commented 2 years ago

That's a great news. I was afraid that offline visualization may be fully embedded in the tool's architecture. Is the online visualization something you'd like to checkout in foreseeable future, or totally out of reach for months?

bombomby commented 2 years ago

Unfortunately, I won't get to this feature in the next couple of months.