public class ObjectTrackingService extends Object
T-Plan Robot Enterprise, (C) 2009-2025 T-Plan Limited. All rights reserved.
Constructor and Description |
---|
ObjectTrackingService() |
Modifier and Type | Method and Description |
---|---|
static String |
dump()
Create a report on tracked objects.
|
static boolean |
isMemoryProfilingMode()
Find out if the memory profiling mode is on.
|
static void |
track(Object object,
String name)
Track an object in the memory.
|
public static void track(Object object, String name)
object
- an object. If the object is null or registered already the
method does nothing.name
- an optional object name, identifier or description.public static boolean isMemoryProfilingMode()
public static String dump()