0

Can i measure the total allocated memory by one QScriptEngine environment? I have a application with many instances of QScriptEngine in the same process and i need to known how much memory each instance uses.

  • Why not measure it yourself? Test how much memory it takes without the QStringEngine instances and how much with them. – laurent Nov 22 '11 at 15:41
  • I need to be monitoring each QScriptEngine instance on a server application used in a production environment, to identify at what point a given instance is using too much memory. The suggested test not allow me to simulate the real situation. – Marcelo Rocha Nov 22 '11 at 16:00

0 Answers0