| Package | Description |
|---|---|
| com.github.kklisura.cdt.protocol.commands | |
| com.github.kklisura.cdt.protocol.types.tracing |
| Modifier and Type | Method and Description |
|---|---|
RequestMemoryDump |
Tracing.requestMemoryDump(Boolean deterministic,
MemoryDumpLevelOfDetail levelOfDetail)
Request a global memory dump.
|
| Modifier and Type | Method and Description |
|---|---|
static MemoryDumpLevelOfDetail |
MemoryDumpLevelOfDetail.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MemoryDumpLevelOfDetail[] |
MemoryDumpLevelOfDetail.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2021 Kenan Klisura. All rights reserved.