Interface | Description |
---|---|
Storage |
Storage interface for storing profiling session information.
|
Class | Description |
---|---|
BaseStorage |
Base class for storage interface - provides default implementations
for a number of optional methods.
|
EhcacheStorage |
Profiler storage that stored profiler instances in an Ehcache.
|
MapStorage |
Storage implementation based on an LRU in-memory map.
|
Enum | Description |
---|---|
Storage.ListResultsOrder |
Which order to list results in.
|