C F P S T 

C

count - Variable in class sizeof.agent.Statistics
the number of object instances.

F

Filter - Interface in sizeof.agent
Filter for influencing inspection of objects/fields/class hierachy.
fullSizeOf(Object) - Static method in class sizeof.agent.SizeOfAgent
Calculates full size of object iterating over its hierarchy graph.
fullSizeOf(Object, Filter) - Static method in class sizeof.agent.SizeOfAgent
Calculates full size of object iterating over its hierarchy graph.
fullSizePerClass(Object) - Static method in class sizeof.agent.SizeOfAgent
Calculates size/count statistics of object iterating over its hierarchy graph, breaking it down per class.
fullSizePerClass(Object, Filter) - Static method in class sizeof.agent.SizeOfAgent
Calculates size/count statistics of object iterating over its hierarchy graph, breaking it down per class.

P

premain(String, Instrumentation) - Static method in class sizeof.agent.SizeOfAgent
initializes agent.

S

sizeOf(Object) - Static method in class sizeof.agent.SizeOfAgent
Returns object size without member sub-objects.
sizeof.agent - package sizeof.agent
 
SizeOfAgent - Class in sizeof.agent
Instrumentation agent used.
SizeOfAgent() - Constructor for class sizeof.agent.SizeOfAgent
 
skipField(Field) - Method in interface sizeof.agent.Filter
Returns whether to skip the field.
skipObject(Object) - Method in interface sizeof.agent.Filter
Returns whether to skip the object.
skipSuperClass(Class) - Method in interface sizeof.agent.Filter
Checks whether to skip this superclass (and everything upwards).
Statistics - Class in sizeof.agent
Simple container for collecting statistics per class.
Statistics() - Constructor for class sizeof.agent.Statistics
 

T

toString() - Method in class sizeof.agent.Statistics
Returns count and total as string.
total - Variable in class sizeof.agent.Statistics
the overall size calculated for this class.
C F P S T 
Skip navigation links

Copyright © 2018. All Rights Reserved.