yse / easy_profiler

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

Accessing statistics data in local application #204

Open vrguru opened 1 year ago

vrguru commented 1 year ago

Hi, I did not see any way to access statistics data through an API on the application capturing stats?

If one would like to have one performance statistics system, where data can be accessed remotely (for analysis) and the same system for reading out some of the stats and present it in a HUD in the running application, would that be possible with easy_profiler?

Obviously one would like to do both at the same time.