| Package | Description |
|---|---|
| one.nio.os.perf |
| Modifier and Type | Field and Description |
|---|---|
static PerfOption |
PerfOption.DISABLED |
static PerfOption |
PerfOption.EXCLUDE_KERNEL |
static PerfOption |
PerfOption.EXCLUDE_USER |
static PerfOption |
PerfOption.INHERIT |
| Modifier and Type | Method and Description |
|---|---|
static PerfOption |
PerfOption.freq(long value) |
static PerfOption |
PerfOption.period(long value) |
static PerfOption |
PerfOption.wakeupBytes(int value) |
static PerfOption |
PerfOption.wakeupEvents(int value) |
| Modifier and Type | Method and Description |
|---|---|
static PerfCounter |
Perf.open(PerfEvent event,
int pid,
int cpu,
PerfOption... options) |
static PerfCounter |
Perf.open(PerfEvent event,
String cgroup,
int cpu,
PerfOption... options) |
Copyright © 2019. All rights reserved.