private static class TimeDebug.TimeInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) java.lang.String |
name
Information name
|
(package private) long |
time
Information time in millisecond
|
Constructor and Description |
---|
TimeDebug.TimeInfo(java.lang.String name,
long time)
Create the time information
|