public interface SingleObjectSizer
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAgentAttached()
Indicates whether java instrumentation agent is attached or not.
|
long |
sizeof(Object o)
Returns the size of the object, WITHOUT descending into child objects
includes primatives and object references.
|
long sizeof(Object o)
boolean isAgentAttached()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.