Results: 335Comments by: shUI
File: shPerformance (mem/fps/ms)03-02-10
Originally posted by lwoodya I lo...
Posted By: shUI
Originally posted by lwoodya I loaded Docking station and disabled Titan Panel for a toon. I added your mod and got the same result even before it was on the back...graphic stuttering and half normal fps. Can you give me a list of your addons?
File: shPerformance (mem/fps/ms)03-02-10
@Iwoodya: I definitely think Tit...
Posted By: shUI
@Iwoodya: I definitely think Titan panel is the culprit here. Titan panel is a form of a data broker display, but it doesn't mesh well with the new LDB libraries. Try it out. Let me know of any updates.
File: shPerformance (mem/fps/ms)03-02-10
Originally posted by redworm are...
Posted By: shUI
Originally posted by redworm are there more plugins to ad, like bags? I am actually waiting to see some feedback. This is my first real published addon. If people start requesting more addons, I'll probably add them little by little!
File: shPerformance (mem/fps/ms)03-02-10
Originally posted by Politig Is t...
Posted By: shUI
Originally posted by Politig Is there a Collect Garbage feature? It is automatically done, but you can also force it by click on on the icon/data broker.
File: shPerformance (mem/fps/ms)03-02-10
Originally posted by Skylinee The...
Posted By: shUI
Originally posted by Skylinee There's no need to implement sorting by addon mem usage if it involves bloating the addon in any way, so just keep it as it is, i like it anyway after using it for a while. Yea I got used to it and found it to be more informative. Having the color coded usage amounts is key in making this work imo.
File: shPerformance (mem/fps/ms)03-02-10
@Skylinee: Thanks for the comments,...
Posted By: shUI
@Skylinee: Thanks for the comments, I am actually a programmer and I was taught from the very beginning that efficiency is key hehe. As far as sorting the addon by addon usage (highest usage being on top e.g.) these are the problems we run into: Having it update dynamically and sorting consistently is a huge MEMhog (trust me, I...
File: shPerformance (mem/fps/ms)03-02-10
Fair enough. I'll check it out as...
Posted By: shUI
Fair enough. I'll check it out as soon as I can. Just gotta read/learn about it first. I don't wanna bump up the memory usage too much. Might have it completely optional. Like a different broker. Cool cool.
File: shPerformance (mem/fps/ms)03-02-10
Oh yes, that addon was the reason I...
Posted By: shUI
Oh yes, that addon was the reason I wrote and created my own. It is a horrendously written addon. During raids it peeks at over 200kb of memory usage. Lots of memory leaks and just too much information that the average players doesn't really care about. I just wanted to create an addon that displays important information, but not...
File: shPerformance (mem/fps/ms)03-02-10
That's true, but in order to access...
Posted By: shUI
That's true, but in order to access the data from the WoW API...it has to be turned on. At least that's what I read. I'll check it out asap.
File: shPerformance (mem/fps/ms)03-02-10
I was actually contemplating that a...
Posted By: shUI
I was actually contemplating that addition. I will check it and see what I can do. I will have to study and research the WoW API for the function call. When I do that, it will just be a matter of 3 lines of code to implement it. However, the only reason why I haven't done it yet, is because not many people turn on "CPU profiling"...