Results: 15Comments by: Shag
File: LuaProfiler08-23-06
the latest version from svn (http:/...
Posted By: Shag
the latest version from svn (http://svn.wowace.com/root/trunk/LuaProfiler) should work properly again, I've even added a check to catch nested calls so all values should be accurate an maia, you can add the function names yourself now that the code is in the svn repo ;)
File: LuaProfiler06-20-06
Re: Cannot work?
Posted By: Shag
Originally posted by rophy function ParserOnEvent() lib:OnEvent() end It's an embedded library, not sure if this is related or not. Get Iriel's DevTools and use '/dump ParserOnEvent' to find out if your function really is visible.
File: IFrameManager05-30-06
Originally posted by gnosis3d Can...
Posted By: Shag
Originally posted by gnosis3d Can this addon be removed once changes are made to the GUI, or does this addon itself do the moving-around-work? You can remove it after you're done moving the frames... But note that IFM uses nearly zero memory until enabled the first time! It creates the overlay frames (capsules) when activat...
File: IFrameManager05-27-06
Re: Moveable minimap button
Posted By: Shag
Originally posted by Corsec Any idea if this will be implemented? I know it would require adding saved variables, but it would be nice to be able to position it so it aligns on the map with all the other minimap buttons I have. :) Not likely at the moment, thought I may change my mind ;)
File: LuaProfiler05-18-06
Originally posted by Shark adding...
Posted By: Shag
Originally posted by Shark adding OnEvent to 1.2 found more than 30 functions, 1.5 finds only 5. I can't confirm that.. even with only two addons (LuaProfiler and Iriel's DevTools) 1.5 finds heaps of OnEvent functions.. but the dump contains only very few... but that's working as intendet because functions that have been called...
File: LuaProfiler05-17-06
Originally posted by Maia Well,...
Posted By: Shag
Originally posted by Maia Well, I do know I can click on each line, but on some occasions it has been very handy to make a screenshot and then analyze it later Just added the 'Dump' feature.. dump the data to SV and analyze it later ;)
File: LuaProfiler05-17-06
Originally posted by Tinkerboom d...
Posted By: Shag
Originally posted by Tinkerboom defenatly something funky going on now, it's saying in a raid that my chatframes are the most cpu intensive. I kinda doubt that :p There are limitations in debugprofilestart/stop.. It doesn't support nested calls. And I think it is possible that the chatframes use the most CPU cycles (although...
File: LuaProfiler05-07-06
Originally posted by Shark time...
Posted By: Shag
Originally posted by Shark time / (value or 1) oh, now I see. Anyway.. the code in 1.4.0.0 is completely rewritten, you should see the corrent values there.
File: LuaProfiler05-06-06
Originally posted by Shark why no...
Posted By: Shag
Originally posted by Shark why not divide by column_value or 1 to prevent divion by zero? err.. that's what I'm doing.. I set Count to '1' and prevent the division by zero.. I don't understand what you mean :confused:
File: LuaProfiler05-06-06
Originally posted by Tinkerboom...
Posted By: Shag
Originally posted by Tinkerboom I know a few of my mods are slowing me down a lot, but I haven't been able to figure out exactly which ones, would love to find the biggest cpu usage drains. Count * average time or something? not quite sure if that's what usage does :P In the newest version (1.4.0.0) you can use the TsRC fie...
File: LuaProfiler04-30-06
Originally posted by Shark If I a...
Posted By: Shag
Originally posted by Shark If I add a function to the profile window, why does the count go to 1 instead of 0? after calling this function once, count goes up to 2 and peak time is double of avg time (but should be the same). because that prevents a 'division by zero'. The more often a function is called the more accurate the d...
File: LuaProfiler04-22-06
Originally posted by Rae im unclear...
Posted By: Shag
Originally posted by Rae im unclear of hw to use it. So if i wanna check my Tittan. i type Tittan in the scope box? There is an official thread, post your question there !
File: LuaProfiler04-22-06
Originally posted by Parintele As...
Posted By: Shag
Originally posted by Parintele As a note, seems like Wine and Cedega do things slightly different, because I'm playing WoW on Cedega, and LINUX_HACK needs to be 1 in this case. I should rename it to WINE_HACK then :p
File: LuaProfiler04-21-06
official discussion thread
Posted By: Shag
http://www.wowinterface.com/forums/showthread.php?p=21189
File: IFrameManager04-20-06
I know.. but this addon doesn't use...
Posted By: Shag
I know.. but this addon doesn't use stickyframes ! It's a reimplementation of stickyframes if you want to see it that way.