Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Memory profiling tool for Delphi?

I set up a project and ran it, and looked at it in Process Explorer, and it turns out it's using about 5x more RAM than I would have guessed, just to start up. Now if my program's going too slowly, I hook it up to a profiler and have it tell me what's using all my cycles. Is there any similar tool I can hook it up to and have it tell me what's using all my RAM?

like image 568
Mason Wheeler Avatar asked Mar 13 '26 12:03

Mason Wheeler


1 Answers

AQTime can help with that too.

like image 196
Francesca Avatar answered Mar 15 '26 07:03

Francesca