-
Notifications
You must be signed in to change notification settings - Fork 1
/
MethodCosts.txt
128 lines (128 loc) · 5.59 KB
/
MethodCosts.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
battlecode/common/MapLocation/add 5 false
battlecode/common/MapLocation/directionTo 10 false
battlecode/common/MapLocation/distanceSquaredTo 10 false
battlecode/common/MapLocation/equals 5 false
battlecode/common/MapLocation/hashCode 10 false
battlecode/common/MapLocation/isAdjacentTo 10 false
battlecode/common/MapLocation/subtract 5 false
battlecode/common/MapLocation/toString 10 false
battlecode/common/MapLocation/valueOf 25 false
battlecode/common/Message/clone 25 false
battlecode/common/Message/getFluxCost 10 false
battlecode/common/Message/getNumBytes 10 false
battlecode/common/RobotController/attackSquare 25 true
battlecode/common/RobotController/breakpoint 0 true
battlecode/common/RobotController/broadcast 25 true
battlecode/common/RobotController/canAttackSquare 15 true
battlecode/common/RobotController/canMove 25 true
battlecode/common/RobotController/canSenseObject 15 true
battlecode/common/RobotController/canSenseSquare 15 true
battlecode/common/RobotController/getAllMessages 25 true
battlecode/common/RobotController/getNextMessage 15 true
battlecode/common/RobotController/getTeamMemory 15 false
battlecode/common/RobotController/moveBackward 25 true
battlecode/common/RobotController/moveForward 25 true
battlecode/common/RobotController/regenerate 40 true
battlecode/common/RobotController/senseAlliedArchons 25 true
battlecode/common/RobotController/senseAlliedPowerNodes 40 true
battlecode/common/RobotController/senseCapturablePowerNodes 40 true
battlecode/common/RobotController/senseConnected 20 true
battlecode/common/RobotController/senseLocationOf 25 true
battlecode/common/RobotController/senseNearbyGameObjects 100 true
battlecode/common/RobotController/senseObjectAtLocation 25 true
battlecode/common/RobotController/senseOpponentConnected 30 true
battlecode/common/RobotController/senseOwned 20 true
battlecode/common/RobotController/senseRobotInfo 25 true
battlecode/common/RobotController/senseTerrainTile 10 true
battlecode/common/RobotController/setDirection 25 true
battlecode/common/RobotController/setIndicatorString 0 true
battlecode/common/RobotController/setTeamMemory 15 true
battlecode/common/RobotController/spawn 25 true
battlecode/common/RobotController/suicide 0 true
battlecode/common/RobotController/transferFlux 25 true
battlecode/common/RobotController/yield 0 true
java/lang/Math/IEEEremainder 10 false
java/lang/Math/abs 5 false
java/lang/Math/acos 50 false
java/lang/Math/asin 50 false
java/lang/Math/atan 50 false
java/lang/Math/atan2 50 false
java/lang/Math/cbrt 50 false
java/lang/Math/ceil 15 false
java/lang/Math/cos 50 false
java/lang/Math/cosh 50 false
java/lang/Math/exp 50 false
java/lang/Math/expm1 50 false
java/lang/Math/floor 15 false
java/lang/Math/hypot 20 false
java/lang/Math/log 50 false
java/lang/Math/log10 50 false
java/lang/Math/log1p 50 false
java/lang/Math/max 5 false
java/lang/Math/min 5 false
java/lang/Math/pow 30 false
java/lang/Math/rint 20 false
java/lang/Math/round 20 false
java/lang/Math/signum 5 false
java/lang/Math/sin 50 false
java/lang/Math/sinh 50 false
java/lang/Math/sqrt 20 false
java/lang/Math/tan 50 false
java/lang/Math/tanh 50 false
java/lang/Math/toDegrees 5 false
java/lang/Math/toRadians 5 false
java/lang/Math/ulp 10 false
java/lang/StrictMath/IEEEremainder 10 false
java/lang/StrictMath/abs 5 false
java/lang/StrictMath/acos 50 false
java/lang/StrictMath/asin 50 false
java/lang/StrictMath/atan 50 false
java/lang/StrictMath/atan2 50 false
java/lang/StrictMath/cbrt 50 false
java/lang/StrictMath/ceil 15 false
java/lang/StrictMath/cos 50 false
java/lang/StrictMath/cosh 50 false
java/lang/StrictMath/exp 50 false
java/lang/StrictMath/expm1 50 false
java/lang/StrictMath/floor 15 false
java/lang/StrictMath/hypot 20 false
java/lang/StrictMath/log 50 false
java/lang/StrictMath/log10 50 false
java/lang/StrictMath/log1p 50 false
java/lang/StrictMath/max 5 false
java/lang/StrictMath/min 5 false
java/lang/StrictMath/pow 30 false
java/lang/StrictMath/rint 20 false
java/lang/StrictMath/round 20 false
java/lang/StrictMath/signum 5 false
java/lang/StrictMath/sin 50 false
java/lang/StrictMath/sinh 50 false
java/lang/StrictMath/sqrt 20 false
java/lang/StrictMath/tan 50 false
java/lang/StrictMath/tanh 50 false
java/lang/StrictMath/toDegrees 5 false
java/lang/StrictMath/toRadians 5 false
java/lang/StrictMath/ulp 10 false
java/lang/String/contains 50 false
java/lang/String/contentEquals 30 false
java/lang/String/endsWith 30 false
java/lang/String/equals 30 false
java/lang/String/equalsIgnoreCase 30 false
java/lang/String/hashCode 20 false
java/lang/String/indexOf 20 false
java/lang/String/lastIndexOf 30 false
java/lang/String/regionMatches 30 false
java/lang/String/replace 30 false
java/lang/String/startsWith 30 false
java/lang/StringBuffer/append 10 false
java/lang/StringBuffer/delete 20 false
java/lang/StringBuffer/indexOf 20 false
java/lang/StringBuffer/insert 20 false
java/lang/StringBuffer/lastIndexOf 20 false
java/lang/StringBuffer/replace 20 false
java/lang/StringBuilder/append 10 false
java/lang/StringBuilder/delete 20 false
java/lang/StringBuilder/indexOf 20 false
java/lang/StringBuilder/insert 20 false
java/lang/StringBuilder/lastIndexOf 20 false
java/lang/StringBuilder/replace 20 false