Package org.github.jamm
Class MeasurementStack
java.lang.Object
org.github.jamm.MeasurementStack
-
Method Summary
Modifier and TypeMethodDescriptionvoid
pushObject
(Object parent, String name, Object child) Push the specified object into the stack.
-
Method Details
-
pushObject
Push the specified object into the stack.- Parameters:
parent
- the parent objectname
- the field namechild
- the child to be added
-