Unit test and performance measurement

Mar 5, 2022 at 6:51pm
Hi all,

1) Is there any (free) tool to measure code performance or time complexity of it on Visual Studio 2022, please?
2) Among GUnit and CPPUnit, which do you suggest for a C++ developer to get started using for unit testing?

Thanks in advance.

Mar 6, 2022 at 2:31am
For unit test, I really like CATCH2 and I use it in every my projects.
Topic archived. No new replies allowed.