| Package | Description |
|---|---|
| one.nio.os.perf |
| Modifier and Type | Method and Description |
|---|---|
static PerfOption |
PerfOption.format(int formatType) |
static PerfOption |
PerfOption.freq(long value) |
static PerfOption |
PerfOption.group(PerfCounter leader) |
static PerfOption |
PerfOption.pages(int pages) |
static PerfOption |
PerfOption.period(long value) |
static PerfOption |
PerfOption.sample(int sampleType) |
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 © 2020. All rights reserved.