Willicious 8 Posted July 13, 2023 Hi all, I'm looking to find a decent, easy-to-use Profiler to help identify performance bottlenecks and memory leaks. I'm a small-project user so not looking to pay too much - free and open source options are welcome as long as they're straightforward to use - no command line stuff, please. It's 2023 and I'm using RAD Studio 10.4.2 - I believe SmartBear used to provide a standard version of AQTime with an earlier version of RAD, shame they stopped doing this really because now it seems we have to pay big bucks for this particular profiling system. Recommendations and suggestions welcome, thank you! Share this post Link to post
Sherlock 663 Posted July 13, 2023 Well, this thread is from 2020, but it still might give you some pointers: Share this post Link to post
Willicious 8 Posted July 13, 2023 2 hours ago, Sherlock said: Well, this thread is from 2020, but it still might give you some pointers: Thanks! I've replied in-topic in case anyone's watching the topic and has any suggestions. Share this post Link to post
Fr0sT.Brutal 899 Posted July 14, 2023 For the simple start: https://www.delphitools.info/samplingprofiler Share this post Link to post
Erwin Mouthaan 7 Posted July 14, 2023 Open source project DelphiMVCFramework has built-in profiler. See section What's New in dmvcframework-3.2.3-radium. FastMM4 is an open source tool to identify memory leaks. Recommended! Share this post Link to post
Anders Melander 1773 Posted July 14, 2023 5 hours ago, Erwin Mouthaan said: Open source project DelphiMVCFramework has built-in profiler. That isn't really a profiler. Share this post Link to post