Memory usage of a Thread
704244Mar 8 2011 — edited Mar 10 2011Does anybody know how to get the memory usage of "a thread" that is part of an application?
I already know how to get the memory usage of the whole application via the methods in the Runtime class. What I am looking for is the memory usage of a specific thread within the application.