Skip to content

Commit ddcefd0

Browse files
committed
Merge branch 'Luven-dev'
2 parents 46528f3 + 2ca679a commit ddcefd0

9 files changed

Lines changed: 889 additions & 157 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11

22
.DS_Store
3+
LuvenProfile.txt

LuvenProfile.txt

Lines changed: 102 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,102 @@
1+
###############################################################################################################
2+
##### ProFi, a lua profiler. This profile was generated on: Jeu 28 fév 11:59:37 2019
3+
##### ProFi is created by Luke Perkin 2012 under the MIT Licence, www.locofilm.co.uk
4+
##### Version 1.3. Get the most recent version at this gist: https://gist.github.com/2838755
5+
###############################################################################################################
6+
7+
| TOTAL TIME = 23,410162
8+
| FILE : FUNCTION : LINE : TIME : RELATIVE : CALLED |
9+
| [string "boot.lua"] : anonymous : 493 : 22,674 : 96,85% : 20821 |
10+
| main.lua : draw : 82 : 5,967 : 25,49% : 20820 |
11+
| luven/luven.lua : drawBegin : 356 : 3,886 : 16,60% : 20820 |
12+
| luven/luven.lua : drawLights : 221 : 3,099 : 13,24% : 20820 |
13+
| main.lua : update : 32 : 1,815 : 7,76% : 20820 |
14+
| luven/luven.lua : drawEnd : 364 : 0,838 : 3,58% : 20820 |
15+
| luven/luven.lua : update : 328 : 0,701 : 2,99% : 20820 |
16+
| luven/luven.lua : set : 115 : 0,536 : 2,29% : 20820 |
17+
| luven/luven.lua : getLastEnabledLightIndex : 213 : 0,190 : 0,81% : 20820 |
18+
| luven/luven.lua : unset : 126 : 0,166 : 0,71% : 20820 |
19+
| luven/luven.lua : generateFlicker : 263 : 0,116 : 0,50% : 620 |
20+
| [string "wrap_Event.lua"] : poll : 25 : 0,105 : 0,45% : 20821 |
21+
| luven/luven.lua : randomFloat : 255 : 0,101 : 0,43% : 3100 |
22+
| luven/luven.lua : getLightCount : 386 : 0,097 : 0,42% : 20820 |
23+
| luven/luven.lua : cameraUpdate : 92 : 0,090 : 0,38% : 20820 |
24+
| luven/luven.lua : move : 135 : 0,088 : 0,38% : 20820 |
25+
| luven/luven.lua : getLightRotation : 587 : 0,086 : 0,37% : 20820 |
26+
| luven/luven.lua : setLightRotation : 563 : 0,083 : 0,35% : 20820 |
27+
| [string "wrap_RandomGenerator.lua"] : random : 33 : 0,012 : 0,05% : 3100 |
28+
| luven/luven.lua : init : 279 : 0,008 : 0,04% : 1 |
29+
| luven/luven.lua : registerLightShape : 311 : 0,007 : 0,03% : 3 |
30+
| main.lua : anonymous : 58 : 0,003 : 0,01% : 75 |
31+
| luven/luven.lua : addNormalLight : 404 : 0,002 : 0,01% : 11 |
32+
| luven/luven.lua : addFlickeringLight : 447 : 0,001 : 0,00% : 2 |
33+
| luven/luven.lua : assertType : 51 : 0,001 : 0,00% : 42 |
34+
| [string "boot.lua"] : anonymous : 149 : 0,001 : 0,00% : 73 |
35+
| luven/luven.lua : assertPositiveNumber : 35 : 0,000 : 0,00% : 47 |
36+
| luven/luven.lua : assertRangeNumber : 42 : 0,000 : 0,00% : 45 |
37+
| [string "boot.lua"] : anonymous : 152 : 0,000 : 0,00% : 82 |
38+
| luven/luven.lua : dispose : 374 : 0,000 : 0,00% : 1 |
39+
| luven/luven.lua : calculateLightOrigin : 189 : 0,000 : 0,00% : 13 |
40+
| luven/luven.lua : setLightPower : 549 : 0,000 : 0,00% : 25 |
41+
| luven/luven.lua : getNextId : 244 : 0,000 : 0,00% : 13 |
42+
| [string "boot.lua"] : anonymous : 158 : 0,000 : 0,00% : 27 |
43+
| luven/luven.lua : clearTable : 259 : 0,000 : 0,00% : 14 |
44+
| luven/luven.lua : removeLight : 540 : 0,000 : 0,00% : 13 |
45+
| luven/luven.lua : init : 106 : 0,000 : 0,00% : 1 |
46+
| [string "boot.lua"] : anonymous : 212 : 0,000 : 0,00% : 1 |
47+
| [string "boot.lua"] : anonymous : 209 : 0,000 : 0,00% : 5 |
48+
| luven/luven.lua : assertLightShape : 58 : 0,000 : 0,00% : 3 |
49+
| luven/luven.lua : setAmbientLightColor : 305 : 0,000 : 0,00% : 1 |
50+
| luven/luven.lua : setScale : 144 : 0,000 : 0,00% : 1 |
51+
| dev/profi.lua : shouldReturn : 199 : 0,000 : 0,00% : 1 |
52+
| [string "boot.lua"] : anonymous : 221 : 0,000 : 0,00% : 1 |
53+
| [string "boot.lua"] : anonymous : 206 : 0,000 : 0,00% : 1 |
54+
| [C] : lgSetColor : -1 : 0,000 : 0,00% : 215465 |
55+
| [C] : print : -1 : 0,000 : 0,00% : 41640 |
56+
| [C] : getColor : -1 : 0,000 : 0,00% : 20820 |
57+
| dev/profi.lua : stop : 85 : 0,000 : 0,00% : 1 |
58+
| [C] : release : -1 : 0,000 : 0,00% : 1 |
59+
| [C] : setBlendMode : -1 : 0,000 : 0,00% : 83280 |
60+
| [C] : lgDraw : -1 : 0,000 : 0,00% : 215465 |
61+
| [string "boot.lua"] : anonymous : 146 : 0,000 : 0,00% : 75 |
62+
| [C] : tostring : -1 : 0,000 : 0,00% : 41640 |
63+
| main.lua : quit : 93 : 0,000 : 0,00% : 1 |
64+
| [C] : getFPS : -1 : 0,000 : 0,00% : 20820 |
65+
| [C] : draw : -1 : 0,000 : 0,00% : 20820 |
66+
| [C] : pop : -1 : 0,000 : 0,00% : 20820 |
67+
| [C] : setCanvas : -1 : 0,000 : 0,00% : 41640 |
68+
| [C] : sleep : -1 : 0,000 : 0,00% : 20820 |
69+
| [C] : present : -1 : 0,000 : 0,00% : 20820 |
70+
| dev/profi.lua : startHooks : 234 : 0,000 : 0,00% : 0 |
71+
| [C] : setTransformation : -1 : 0,000 : 0,00% : 20820 |
72+
| [string "wrap_Math.lua"] : random : 37 : 0,000 : 0,00% : 3100 |
73+
| [C] : pairs : -1 : 0,000 : 0,00% : 15 |
74+
| [C] : newTransform : -1 : 0,000 : 0,00% : 1 |
75+
| [string "wrap_RandomGenerator.lua"] : random : 75 : 0,000 : 0,00% : 3100 |
76+
| [C] : random : -1 : 0,000 : 0,00% : 3100 |
77+
| [C] : __index : -1 : 0,000 : 0,00% : 3100 |
78+
| [C] : tonumber : -1 : 0,000 : 0,00% : 3100 |
79+
| [C] : newCanvas : -1 : 0,000 : 0,00% : 1 |
80+
| [C] : getHeight : -1 : 0,000 : 0,00% : 20835 |
81+
| [C] : getTime : -1 : 0,000 : 0,00% : 2 |
82+
| [C] : type : -1 : 0,000 : 0,00% : 134 |
83+
| dev/profi.lua : start : 67 : 0,000 : 0,00% : 0 |
84+
| [C] : getWidth : -1 : 0,000 : 0,00% : 20833 |
85+
| [C] : newImage : -1 : 0,000 : 0,00% : 4 |
86+
| [C] : applyTransform : -1 : 0,000 : 0,00% : 20820 |
87+
| main.lua : load : 17 : 0,000 : 0,00% : 0 |
88+
| [string "boot.lua"] : anonymous : 487 : 0,000 : 0,00% : 0 |
89+
| [C] : origin : -1 : 0,000 : 0,00% : 20820 |
90+
| [C] : isActive : -1 : 0,000 : 0,00% : 20820 |
91+
| [C] : getBackgroundColor : -1 : 0,000 : 0,00% : 20820 |
92+
| [C] : push : -1 : 0,000 : 0,00% : 20820 |
93+
| [C] : clear : -1 : 0,000 : 0,00% : 41640 |
94+
| [C] : step : -1 : 0,000 : 0,00% : 20821 |
95+
| [C] : isDown : -1 : 0,000 : 0,00% : 83280 |
96+
| [C] : (for generator) : -1 : 0,000 : 0,00% : 21086 |
97+
| [string "boot.lua"] : anonymous : 639 : 0,000 : 0,00% : 0 |
98+
| dev/profi.lua : stopHooks : 238 : 0,000 : 0,00% : 1 |
99+
| [C] : yield : -1 : 0,000 : 0,00% : 20821 |
100+
| [C] : pump : -1 : 0,000 : 0,00% : 20821 |
101+
| [C] : xpcall : -1 : 0,000 : 0,00% : 20821 |
102+
| [C] : sethook : -1 : 0,000 : 0,00% : 1 |

0 commit comments

Comments
 (0)