This website works better with JavaScript.
Home
Help
Sign In
lolengine
/
lol
mirror of
https://github.com/lolengine/lol
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Define a few user profilers.
legacy
Sam Hocevar
sam
13 years ago
parent
586302999b
commit
f7f6f4db91
1 changed files
with
10 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+10
-0
src/profiler.h
+ 10
- 0
src/profiler.h
View File
@@ -31,6 +31,16 @@ public:
STAT_TICK_GAME,
STAT_TICK_DRAW,
STAT_TICK_BLIT,
STAT_USER_00,
STAT_USER_01,
STAT_USER_02,
STAT_USER_03,
STAT_USER_04,
STAT_USER_05,
STAT_USER_06,
STAT_USER_07,
STAT_USER_08,
STAT_USER_09,
STAT_COUNT
};
Write
Preview
Loading…
Cancel
Save