public class AllocationMeasure extends Object
| Constructor and Description |
|---|
AllocationMeasure() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args) |
long |
markAllocations()
Calculates the number of bytes allocated since the last reset.
|
void |
printAllocations(CharSequence marker) |
void |
reset() |
public void reset()
public long markAllocations()
public void printAllocations(CharSequence marker)
public static void main(String[] args)
Copyright © 2015. All rights reserved.