public class BaseThreadState extends Object
Modifier and Type | Field and Description |
---|---|
int |
mMyId |
Constructor and Description |
---|
BaseThreadState() |
Modifier and Type | Method and Description |
---|---|
void |
init(org.openjdk.jmh.infra.ThreadParams params) |
int |
nextDepth(BaseFileStructure structure) |
long |
nextFileId(BaseFileStructure structure,
int depth) |
int |
nextWidth(BaseFileStructure structure) |
public void init(org.openjdk.jmh.infra.ThreadParams params)
public int nextDepth(BaseFileStructure structure)
public int nextWidth(BaseFileStructure structure)
public long nextFileId(BaseFileStructure structure, int depth)
Copyright © 2023. All Rights Reserved.