LMauricius / MMeter

A simple WIP profiler library for c++. Include the 2 files and you're ready to go.
MIT License
13 stars 0 forks source link

Add "call count"? #1

Closed epasveer closed 3 weeks ago

epasveer commented 3 weeks ago

Is it possible to add a 'call count'? Basically the number of times a function is called.

When profiling, it makes sense to reference the time a function takes with the number of times it is called.

LMauricius commented 3 weeks ago

Yes, that's the next goalpost.

LMauricius commented 3 weeks ago

Update: added in the new 2.0 release. Closing the issue.