Package zombie.network
Class MPStatistic.MainThreadStatistic
java.lang.Object
zombie.network.MPStatistic.ThreadStatistic
zombie.network.MPStatistic.MainThreadStatistic
- Enclosing class:
- MPStatistic
public class MPStatistic.MainThreadStatistic extends MPStatistic.ThreadStatistic
-
Field Summary
-
Constructor Summary
Constructors Constructor Description MainThreadStatistic()
-
Method Summary
Modifier and Type Method Description void
End()
void
EndSleep()
void
Start()
void
StartSleep()
Methods inherited from class zombie.network.MPStatistic.ThreadStatistic
Clear, Print, PrintTitle
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
MainThreadStatistic
public MainThreadStatistic()
-
-
Method Details
-
Start
public void Start()- Overrides:
Start
in classMPStatistic.ThreadStatistic
-
End
public void End()- Overrides:
End
in classMPStatistic.ThreadStatistic
-
StartSleep
public void StartSleep() -
EndSleep
public void EndSleep()
-