Sergey Yagovtsev
Sergey Yagovtsev
I think using template format is good way
Hi! Thank you for your feedback. Try adding the following option to your CMake command: ```bash -DCMAKE_CXX_FLAGS="-stdlib=libc++" ``` Let me know if this helps!
Hi! There are a few changes that I should merge and make new major release. The fix is good to up a major version, also migrate to [Qt6](https://github.com/yse/easy_profiler/pull/213). Thank you...
Great work 🏆 Thank you I’ll be updating the major version to 3 to stay aligned with semantic versioning.
Hello @gfa99, Thanks for reporting this issue. You need to close all opened blocks using `EASY_END_BLOCK`. In your case, you have opened **two** blocks with: ```cpp EASY_FUNCTION(); EASY_BLOCK("main"); ``` Therefore,...