23.07.2011, 16:13
(
Last edited by robanswe; 23/07/2011 at 07:59 PM.
)
Quote:
robanswe: Try to use the binary search method to comment out parts of your script, and see which part of it does the recursion.
Zeex: I got a problem. When I check the output of this plugin, I found that there are 19 Itter_OnGameModeInit there while there's about 4-5 hooked OnGameModeInit only in my gamemode. Also, all of them are Itter_OnGameModeInit, while they should have different names IMO (since they are hooked with different names and get called like a chain). Finally thanks for taking my suggestion |
pawn Code:
Function Calls Time per call, µs Overall time, µs Overall time, %
operator<=(Float:,Float:) 16 59813777819859 957020445117739 99.65
Can this be the problem? If so what the hell is "operator<=(Float:,Float: )"? Where can I find the function?
Edit:
I fixed the warning problem but I still got the problem that it seems like the data I get from this plugin is WAY wrong.. Just look at this:
pawn Code:
Function Calls Time per call, µs Overall time, µs Overall time, %
operator<=(Float:,Float:) 10 1767756274039915 17677562740399150 99.99
ContainsIPEx 10 147201389626 1472013896257 0.01
operator-(Float:,_:) 1 2990482326 2990482326 0.00
operator!=(Float:,Float:) 69 1718595953 118583120736 0.00
operator>=(Float:,_:) 279 3136081 874966490 0.00