Elitist Jerks
Register
Blogs
Chat
Forums
New Posts


Go Back   Elitist Jerks > Public Discussion > User Interface and AddOns

Reply
 
LinkBack Thread Tools
Old 04/09/07, 5:53 PM   #1 (permalink)
Shave and a hair cut
 
Groglox's Avatar
 
Orc Hunter
 
Mal'Ganis
Addon resource usage?

Anyone know if there is a way to see what addons are using more/the most resources? I recently had to disable addons to fix a bugged login, and the difference in performance upon logging in was astounding. I really wasn't used to it, and now that i have had a taste I want more!
 
User is offline.
Reply With Quote
Old 04/09/07, 6:06 PM   #2 (permalink)
Exile Gnome
 
Human Mage
 
Al'Akir (EU)
Warmup

found on files.wowace.com
 
User is offline.
Reply With Quote
Old 04/09/07, 6:09 PM   #3 (permalink)
What would you have me do?
 
Maestroquark's Avatar
 
Orc Rogue
 
Mal'Ganis
Originally Posted by Groglox View Post
Anyone know if there is a way to see what addons are using more/the most resources? I recently had to disable addons to fix a bugged login, and the difference in performance upon logging in was astounding. I really wasn't used to it, and now that i have had a taste I want more!
The profiling options right now are pretty weak. It's mostly comparing an addon running to that addon not running. The proliferation of Ace addons makes it more difficult, as 15 different addons might be abusing the same line of code in one library loaded separately.

In 2.1, there will be much more extensive profiling options for both memory (enabled by default) and cpu (disabled by default) usage by individual addons. I'll be doing a complete overview of my addons when I get the time in the post 2.1 world; for now, I'll just accept that my loading time (but nothing else, really) is slower than it should be.
 
User is offline.
Reply With Quote
Old 04/09/07, 6:14 PM   #4 (permalink)
Shave and a hair cut
 
Groglox's Avatar
 
Orc Hunter
 
Mal'Ganis
Originally Posted by Praanz View Post
Warmup

found on files.wowace.com
Is the load time directly proportional to in-game resource usage?
 
User is offline.
Reply With Quote
Old 04/09/07, 6:19 PM   #5 (permalink)
Exile Gnome
 
Human Mage
 
Al'Akir (EU)
Originally Posted by Groglox View Post
Is the load time directly proportional to in-game resource usage?
I would guestimate no. There are mods that don't have 'huge' startup time/mem-usage but accelerates insanely much due to syncing/parsing addonmsgs/data arrays etc. A good example would be SW Stats that isnt to bad at start but can eat tons of mem/resources thanks to msg parsing and data stored.

Running on a crappy comp I've isolated most of my lag/performance issues to addons/settings that stores data or parses addonmsgs/syncs.
 
User is offline.
Reply With Quote
Old 04/09/07, 6:29 PM   #6 (permalink)
Shave and a hair cut
 
Groglox's Avatar
 
Orc Hunter
 
Mal'Ganis
Mods used:
Ace2
ag_UnitFrames
AltClicktoAddItem
Atlas
Atlasloot
Automaton
Bartender 3
cgCrafty
Clearfont2
Cosplay
Cryolysis
DeadlyBossMods
Damage Meters
Deuce Commander
ElkBuffBar
Errormonster
Grid
Itemrack
KLHThreatmeter
MobHealth
OminousCastingBar
Rating Buster
sct
SimpleCombatLog
simpleMinimap
Skinner
XLoot



Any idea which ones would cause the most load then?
 
User is offline.
Reply With Quote
Old 04/09/07, 6:36 PM   #7 (permalink)
Bald Bull
 
Night Elf Druid
 
Stormreaver
Get KLHPerformanceMeter for ingame actual performance. Warmup is only good for determining load time stuff which still makes it useful.
 
User is offline.
Reply With Quote
Old 04/09/07, 6:41 PM   #8 (permalink)
Bald Bull
 
dukes's Avatar
 
Tauren Druid
 
Al'Akir (EU)
Originally Posted by Praanz View Post
Warmup

found on files.wowace.com
Actually you'll have to grab it off Curse. It was never released directly on WoWAce because of having to be loaded first (with the !! pre-cursor) or something like that.
 
User is offline.
Reply With Quote
Old 04/09/07, 6:46 PM   #9 (permalink)
Exile Gnome
 
Human Mage
 
Al'Akir (EU)
Unsure, but here are a few comments on the stuff I recognized. With Warmup you can determine your total mem-usage and set your memory accordingly. Might also be usefull getting a mod like PerformanceFu (what I use) to force garbage dumps.



Atlas & Atlastloot - Was a long time since I used these, but as far as I remember the loot and map occupies some mem with its database. It should be static so it won't increase during gameplay.


DeadlyBossMods - I'm yet to discover an encounter in TBC where this mod actually is needed... but thats my personal view tho :>


Damage Meters - If it syncs thru a addonchannel it can eat performance during raids etc. I'm using the mod-version of Recap to see if that is less consuming. I've used SW Stats before and I just can't run it due to its excessive mem/cpu use.


Deuce Commander - Seems like a heap of junk. I don't like mod-packages like these because it usually means getting mods you don't really need. I would recommend removing it and if a need for a certain mod arises - find a single one that solves your task. Might take you a good time extra - but gives you increased control.


KLHThreatmeter - Never used this mod, but from what I have read it dishes out alot of msg's thru the addonchannel. Inconjuction with perhaps another mod that sends addonmsgs this might give alot of data to parse during raids.


XLoot - Had it once, sure it looks good but doesn't really do anything that I couldn't handle with original UI. Just takes mem.
 
User is offline.
Reply With Quote
Old 04/09/07, 6:47 PM   #10 (permalink)
Exile Gnome
 
Human Mage
 
Al'Akir (EU)
Dukes: True! It was on wowace before, but I now see that it isn't any longer.
 
User is offline.
Reply With Quote
Old 04/09/07, 6:52 PM   #11 (permalink)
And It's Delicious
 
Kalman's Avatar
 
Orc Shaman
 
Mal'Ganis
KLHPerformanceMeter or TekSupport can give you estimations of runtime and memory usage for mods.

When 2.1 hits, profiling is going to be supported in the UI to a much greater extent.

http://mmorchive.net

The WoW forums, explained:
Originally Posted by Vontre
Oh, nah, I just type things for the sake of typing things. ^_^
 
User is online.
Reply With Quote
Old 04/09/07, 7:36 PM   #12 (permalink)
Bald Bull
 
Tauren Druid
 
Icecrown
What Praanz said is pretty much correct, just because it takes an extra 10-30 seconds to load into the game doesn't mean that you're going to be taking a performance hit during your entire play, it shouldn't really effect zone loading (of course depending on the mods) that much since everythings already been loaded when you first logged in.

If you like an addon you should use it and not worry about performance that much unless you're really noticing an effect on game play, and also remember that just because it's an Ace2 mod doesn't mean it's better.

Last edited by Shadowed : 04/09/07 at 7:37 PM. Reason: Clarified
 
User is offline.
Reply With Quote
Old 04/09/07, 7:41 PM   #13 (permalink)
Don Flamenco
 
Miaxi's Avatar
 
Troll Shaman
 
Al'Akir (EU)
Deuce Commander - Seems like a heap of junk. I don't like mod-packages like these because it usually means getting mods you don't really need. I would recommend removing it and if a need for a certain mod arises - find a single one that solves your task. Might take you a good time extra - but gives you increased control.
DC simply converts slash commands of all running ace2 mods into a FuBar dewdrop menu. It's just a configuration tool.
 
User is offline.
Reply With Quote
Old 04/09/07, 9:36 PM   #14 (permalink)
Von Kaiser
 
dodga's Avatar
 
Night Elf Priest
 
Frostmourne
My guess would be that KLHThreatmeter and Damage Meters have the greatest impact on FPS during raid encounters.
This is due to sending a lot of local events (e.g. your damage/healing done) and parsing remote events (e.g. your raids damage/healing).

May I ask what you're trying to do?
Improving your performance could be achieved by
- toning down your graphic details and especially "Terrain Distance"
- stopping any other processes besides WoW (browser, ICQ and whatnot)

You should also always update your addons to the latest versions; e.g. GridStatusHots was a real CPU killer a couple of versions ago.

Originally Posted by Praanz
Deuce Commander - Seems like a heap of junk. I don't like mod-packages like these...
Please don't write stuff like that. No offense intended, but you could at least try to find out what it really does before you give such an uninformed statement.
As Miaxi already said, DeuceCommander is a graphical interface to the slash commands of Ace mods. It surely does not take up lots of memory or performance.
If you're really concerned you can disable it when you're done configuring your addons.

remember my name - you'll scream it later
 
User is offline.
Reply With Quote
Old 04/09/07, 9:38 PM   #15 (permalink)
King Hippo
 
Human Paladin
 
Blackrock
If you use alot of ace mods you need to realize they are largely "beta" mods in constant development. Quality varies alot even for the same mod week to week. You can also gain back some loading time by downloading them all without externals and using the standalone libraries.

All of these parse alot of data and will cause slow downs on a slower computer:

SimpleCombatLog
DamageMeter
KTMThreatMeter
DeadlyBossMods

Do you really need them?

The universe is run by the complex interweaving of three elements. Energy, matter, and enlightened self-interest.

www.retpaladin.com
 
User is offline.
Reply With Quote
Old 04/10/07, 12:14 AM   #16 (permalink)
Don Flamenco
 
Tauren Druid
 
Drenden
Originally Posted by dodga View Post
My guess would be that KLHThreatmeter and Damage Meters have the greatest impact on FPS during raid encounters.
I was actually thinking along the OP's thoughts - startup is unbearably slow, and long play sessions would result in alt-tab going from "smooth" to "suck".

I was digging around doing voodoo that probably has no effect when I was going through SavedVars\ and... in a directory where most files are ~10kb (and that's rounding up.. a *lot*), SW_Stats has a 1.6 megabyte saved variable lua. Now, it's true that file size, performance, and runtime memory usage aren't necessarily correlated - a very small addon with no saved variables can easily just go through every byte of memory tossing a "1" in there, for example - but I gotta think that's a MASSIVE contributor.

Turned that off, and I guess the followup question is - does anyone have a sleek, minimalist damage meter addon that ONLY tracks a handful of stats (damage, and healing in any combination of raw, over, real) for party (raid) members ONLY? Reading through the LUA, I understand that there's simply no way to keep the level of information and meaningfully compact it, so I'm happy to lose information. I don't care if someone shadowbolted 10 times anymore versus incinerated, or what. The event parsing in combat is not a slowdown. It's startup, and accumulation.

I also think the difference with Pitbull's frame recycling vs. agUF has gotten rid of my "alt tabbing after a long play session" issue.

Also, has the verdict changed on using !!!StandAloneLibs or not?

Everybody is your brother until the rent comes due.
 
User is offline.
Reply With Quote
Old 04/10/07, 1:33 AM   #17 (permalink)
Such a Cassandra
 
RK's Avatar
 
Tauren Shaman
 
Shu'halo
Originally Posted by Dakous View Post
Turned that off, and I guess the followup question is - does anyone have a sleek, minimalist damage meter addon that ONLY tracks a handful of stats
MinnaStats.

It has a cute picture of a dog, but other than that its pretty minimalist and anecdotally I'm willing to say I couldn't notice it causing me any extra slowdown when I added it to my addons list.
 
User is offline.
Reply With Quote
Old 04/10/07, 2:56 AM   #18 (permalink)
Von Kaiser
 
chuckg's Avatar
 
Orc Warlock
 
Executus
Originally Posted by Dakous View Post
I also think the difference with Pitbull's frame recycling vs. agUF has gotten rid of my "alt tabbing after a long play session" issue.
The overall 'hit' to your performance between using PitBull and agUF is probably so insignificant (especially if you're not using the raid frames) that it's not something I doubt very many would notice. Although it's written with performance in mind, there is probably a point where the same amount of frames are in use by both addons, especially in long sessions without a relog or reloadui. Just something to keep in mind.

Also, if you want to keep with the "Ace2" tradition, Violation is the lightweight minimal data equivalent of DamageMeters. It does, however, require that each user have it running for their data to be tracked.

Last edited by chuckg : 04/10/07 at 2:58 AM. Reason: Addition
 
User is offline.
Reply With Quote
Old 04/10/07, 5:06 AM   #19 (permalink)
Everyone licks chicken.
 
Chicken's Avatar
 
Blood Elf Paladin
 
Azjol-Nerub (EU)
On the subject of loading times and using or not using stand-alone libraries, this thread over on the Ace forums is pretty interesting in that regard.

To summarize: By default using the stand-alone libraries doesn't really provide as much of a loading time increase as you might expect, because WoW tries to load a whole bunch of files that don't exist, causing some slow down as the .toc's refer to the embedded libraries. Later posts in the thread have a Python script which goes through your addons folder and which comments out any non-existing files in the .toc.

I've personally found that doing so really makes a noticeable change to your loading times.

buff /bʌf/ Pronunciation[buhf]
–verb (used with object)
- to reduce or deaden the force of
 
User is offline.
Reply With Quote
Old 04/10/07, 11:51 AM   #20 (permalink)
Rudy will await your foundation.
 
Apate's Avatar
 
Night Elf Warrior
 
Khadgar
I'm a big fan of warmup + KLHP when I need to figure out which mod is causing a specific issue. 2.1 should be a huge boon, though. Maybe I can finally get my girlfriends computer to stop grinding to a halt. I think, though, that her problem is with video drivers. The NVidia control panel errors when I try to run it; clean install or no. I should see if I can get a her a good copy of XP, that might help,...

See you, auntie.
"lol" is not a period lol
You don't need a machine to make a rainbow. For rainbows are made of happy thoughts, and dreams, and chocolate unicorns, and gumdrops, and licorice sunsets, and fuzzy gumdrop bears, and sugar-coated chocolate gumdrop land.
Originally Posted by DeeNogger View Post
I am coming for you Apate.
 
User is online.
Reply With Quote
Old 04/10/07, 12:03 PM   #21 (permalink)
Don Flamenco
 
Tauren Druid
 
Drenden
Originally Posted by chuckg View Post
The overall 'hit' to your performance between using PitBull and agUF is probably so insignificant (especially if you're not using the raid frames) that it's not something I doubt very many would notice.
If I was unclear, then my apologies. I'm talking about grotesquely long play sessions that are definately edge case (although combinations of circumstances can speed this up to merely "profanely" long play sessions). Reloadui doesn't seem to clean up, though - a relog does. My voodoo explanation being that something is being allocated, tucked away, and never properly cleaned up.

In everyday usage, I don't think anyone would notice either. But I did, and it was either that, or SW_Stats, so.

Also, if you want to keep with the "Ace2" tradition, Violation is the lightweight minimal data equivalent of DamageMeters. It does, however, require that each user have it running for their data to be tracked.
That does sound like what I want (Player=damage, done!), with the small exception of everyone having to have it. I'm going to give Minnastats a try. At this point, I'm not interested in micromanaging or dissecting or anything. I just want to know, "Hey, $pug_warlock is doing less damage then my lacerate spam. FIRED."

Everybody is your brother until the rent comes due.
 
User is offline.
Reply With Quote
Old 04/10/07, 1:19 PM   #22 (permalink)
Bald Bull
 
Shalas's Avatar
 
Blood Elf Paladin
 
Mal'Ganis
Originally Posted by Apate View Post
I'm a big fan of warmup + KLHP when I need to figure out which mod is causing a specific issue. 2.1 should be a huge boon, though. Maybe I can finally get my girlfriends computer to stop grinding to a halt. I think, though, that her problem is with video drivers. The NVidia control panel errors when I try to run it; clean install or no. I should see if I can get a her a good copy of XP, that might help,...
Setting your max UI memory to 0 and running /script collectgarbage("setpause", 110) after every login will give you GC fairly close to how it'll be done in 2.1. The main cause of GC-related freezes now is having the UI max memory under twice as high as the initial memory, resulting in the incremental GC threshold never being hit.
 
User is offline.
Reply With Quote
Old 04/10/07, 1:41 PM   #23 (permalink)
Rudy will await your foundation.
 
Apate's Avatar
 
Night Elf Warrior
 
Khadgar
Originally Posted by Shalas View Post
Setting your max UI memory to 0 and running /script collectgarbage("setpause", 110) after every login will give you GC fairly close to how it'll be done in 2.1. The main cause of GC-related freezes now is having the UI max memory under twice as high as the initial memory, resulting in the incremental GC threshold never being hit.
Hm, that might actually help her out. Initially I was referring to the per-addon usage statistic that we'll have available, but this is good info. I knew about setting UI mem to 0, but hadn't considered how it might be related to the performance issues. Thanks

See you, auntie.
"lol" is not a period lol
You don't need a machine to make a rainbow. For rainbows are made of happy thoughts, and dreams, and chocolate unicorns, and gumdrops, and licorice sunsets, and fuzzy gumdrop bears, and sugar-coated chocolate gumdrop land.
Originally Posted by DeeNogger View Post
I am coming for you Apate.
 
User is online.
Reply With Quote
Old 04/11/07, 10:42 AM   #24 (permalink)
Von Kaiser