MemoryScopesProfile

@Serializable
data class MemoryScopesProfile(val names: MutableMap<MemoryScopeType, String> = mutableMapOf())(source)

Profile containing scopes for memory operations

Constructors

Link copied to clipboard
constructor(vararg scopeNames: Pair<MemoryScopeType, String>)
constructor(names: MutableMap<MemoryScopeType, String> = mutableMapOf())

Properties

Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard