ContributionsMost RecentMost LikesSolutionsReactivity ...Hello AQTime Support Team, So far I have experienced a high level of technical quality in your support. However I would be happy if you could reduce the mean response delay. Like I guess a majority of developers (and ok, this is probably not the best practice), I go to profiling mainly in two circumstances : in the final development stages before release, and upon big/blocking problem reported by a customer and not obvious in the source code. In both cases the profiling tool is a critical mean and there is a lot of pressure around. Thanks for your support anyway, AQTime keeps one of the smartest tools I have ever used. ML Profiling memory usageHi, I have a need that I thought would be simple, but can't see how to achieve it : know what memory allocations have been made and not released between two arbitrary points (in practical, before and after a user action) of my application. As far as I can see, Memory allocation profiler can only be used on full execution cycle (run to terminate), not between 2 arbitrary points in time. Can you help ? Best regards, ML