public class SingleThreadedDescriptorGeneratorStat extends Object
SingleThreadDescriptorGenerator
.Modifier and Type | Field and Description |
---|---|
String[] |
cliArguments
CLI arguments.
|
SingleThreadedDescriptorGeneratorParameters |
cliParameters
CLI parameters parsed.
|
long |
elapsedTime
Elapsed time.
|
Map<String,String> |
env
Environment from
System.getenv() . |
long |
errorCount
Error count.
|
long |
inputCount
Size of created descriptor storage.
|
Memstat |
memstatFinal
Final memory statistics.
|
Memstat |
memstatInitial
Initial memory statistics.
|
ProfSnapshot |
profSnapshotFinal
More detailed VM state snapshot at the end of execution.
|
ProfSnapshot |
profSnapshotInitial
More detailed VM state snapshot at the begining of execution.
|
Map<String,String> |
props
System properties from
System.getProperties() . |
long |
startTime
Start time.
|
long |
stopTime
Stop time.
|
TimerStatistics |
timestatProcess
Statistics for building phase.
|
String |
tool
Name of tool.
|
OverlapVersionInfo |
version
Version info.
|
Constructor and Description |
---|
SingleThreadedDescriptorGeneratorStat() |
public String tool
public OverlapVersionInfo version
public Map<String,String> env
System.getenv()
.public Map<String,String> props
System.getProperties()
.public SingleThreadedDescriptorGeneratorParameters cliParameters
public String[] cliArguments
public TimerStatistics timestatProcess
public Memstat memstatFinal
public Memstat memstatInitial
public ProfSnapshot profSnapshotInitial
public ProfSnapshot profSnapshotFinal
public long startTime
public long stopTime
public long elapsedTime
public long inputCount
public long errorCount