public final class Clock
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static int |
getBytecodeNum()
Returns the number of bytecodes the current robot has executed since the beginning
of the current round.
|
static int |
getBytecodesLeft()
Returns the number of bytecodes this robot has left in this round.
|
static void |
yield()
Ends the processing of this robot during the current round.
|
public static void yield()
0public static int getBytecodesLeft()
0public static int getBytecodeNum()
0