public final class RuntimeConfig
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
bytecodeWarmupPercent |
boolean |
enableSampledStats |
boolean |
es6Symbol |
HermesMemoryDumper |
heapDumper |
long |
heapSizeMB |
long |
tripWireCooldownMS |
boolean |
tripWireEnabled |
long |
tripWireLimitBytes |
Constructor and Description |
---|
RuntimeConfig() |
public long heapSizeMB
public boolean enableSampledStats
public boolean es6Symbol
public int bytecodeWarmupPercent
public boolean tripWireEnabled
public HermesMemoryDumper heapDumper
public long tripWireCooldownMS
public long tripWireLimitBytes