public interface LayerHelper
Modifier and Type | Method and Description |
---|---|
Map<String,Long> |
helperMemoryUse()
Return the currently allocated memory for the helper.
(a) Excludes: any shared memory used by multiple helpers/layers (b) Excludes any temporary memory (c) Includes all memory that persists for longer than the helper method This is mainly used for debugging and reporting purposes. |
Map<String,Long> helperMemoryUse()
Copyright © 2018. All rights reserved.