yse / easy_profiler

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

Include line number to block along with the __PRETTY_FUNCTION__ #180

Open Spr00t opened 4 years ago

Spr00t commented 4 years ago

Is there a way to include the line number to block along with the __PRETTY_FUNCTION__ in an efficient way with no significant performance degradation?