Questions tagged [classmexer]

Classmexer is a Java instrumentation agent for measuring the memory usage of Java objects from within an application.

About

Classmexer is a simple Java instrumentation agent that provides some convenience calls for measuring the memory usage of Java objects from within an application.

Links

1 questions
2
votes
2 answers

Memory usage of Integer[] versus int[] : analysis using classmexer.jar

Tried analysing memory usage of in Java Arrays (primitive data type versus Objects) using classmexer.jar with reference to the like Java memory usage. When I tried following code I am not able to understand the output at all (I have given output of…
Dhruv
  • 10,291
  • 18
  • 77
  • 126