Getting memory information with Qt

后端 未结 3 2019
迷失自我
迷失自我 2020-12-07 17:56

How can I obtain this information:

  • Total Memory
  • Free Memory
  • Memory used by current running application ?

I think Qt should hav

3条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-07 18:26

    This is currently not possible in Qt. You would need to ifdef the different OS memory calls.

提交回复
热议问题