Is it possible to get peak memory usage with dotMemoryUnit
from JetBrains?
I know that it is possible to see memory traffic: allocations and collections. But what if I want to see that during my test the peak memory usage never exceeded a certain amount?
E.g. if my application allocates 100mb, collects it and then allocates 100mb more, followed by a collection, that is fine. But if it allocates 200mb at once, I want to catch it.
Aucun commentaire:
Enregistrer un commentaire