View Single Post
01-29-12, 03:55 PM   #13
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2008
Posts: 1,740
The drop is normal. Garbable collection.

You can use "Addon Manager". It has CPU and Memory profiling.

Btw...you should only make one onUpdate function and put all your functions in it. Just have different elapse conditions.

You even have one functions that updates itself every single game frame.

Other than that comment out all the code and start commenting in part by part. But if you have no real testcase it's pretty hard to test.
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)

Last edited by zork : 01-29-12 at 04:10 PM.
  Reply With Quote