public interface LayerHelper
Modifier and Type | Method and Description |
---|---|
boolean |
checkSupported() |
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()
boolean checkSupported()
Copyright © 2022. All rights reserved.