Download
(35Kb)
Download
Updated: 09-02-12 03:02 PM
Pictures
File Info
Updated:09-02-12 03:02 PM
Created:02-08-09 06:36 PM
Downloads:35,676
Favorites:455
MD5:

Broker CPU / Memory / Performance  Popular! (More than 5000 hits)

Version: 50001.38
by: Mera [More]

Welcome to one of the BrokerCPU release sites

For wiki, screenshots, downloads, sources, defects, enhancements see the official homepage

BrokerCPU official homepage brokercpu.googlecode.com

http://code.google.com/p/brokercpu/source/list
Post A Reply Comment Options
Unread 02-09-09, 12:11 AM  
Darkmoone
A Defias Bandit
AddOn Compiler - Click to view compilations

Forum posts: 3
File comments: 35
Uploads: 1
Ohhh i likey
Report comment to moderator  
Reply With Quote
Unread 02-11-09, 02:31 PM  
Ackis
A Cliff Giant
 
Ackis's Avatar
AddOn Author - Click to view AddOns

Forum posts: 78
File comments: 96
Uploads: 6
Heya, contact me on IRC please.
Report comment to moderator  
Reply With Quote
Unread 02-12-09, 09:12 PM  
eitrax
A Kobold Labourer

Forum posts: 1
File comments: 9
Uploads: 0
Turn off CPU profiling when you don't need it. Okay. How? The addon won't allow me to set anything, and I read that CPU profiling persists over sessions etc so I assume uninstalling the addon doesn't do much there.

edit: /console SET scriptProfile "0"
Last edited by eitrax : 02-12-09 at 09:15 PM.
Report comment to moderator  
Reply With Quote
Unread 02-13-09, 03:09 AM  
Mera
Retired of WoW, In ESO :)
 
Mera's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 331
File comments: 121
Uploads: 7
//Edit: Fixed in r8//

you didn't seen the tooltip shortcut while cpu profiling was disabled ? its Ctrl - Alt - LeftClick on the broker icon, I will do something for it to be more visible, thank you for the feedback
Last edited by Mera : 02-13-09 at 04:41 AM.
Report comment to moderator  
Reply With Quote
Unread 02-13-09, 05:04 AM  
Mera
Retired of WoW, In ESO :)
 
Mera's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 331
File comments: 121
Uploads: 7
let me know if that's a good idea or not, allowing viewing memory while CPU profiling is disabled, I don't really know if that option is worse to add since here I prefer having CPU stats and secondly memory rather than just showing at Memory while profiling disabled because memory usage doesn't really give an idea of the resource really used.

Feel free anyway to post anything you would like to have in the mod and then we'll see if that's worse adding as eitrax did.
Report comment to moderator  
Reply With Quote
Unread 02-13-09, 10:43 AM  
Tristanian
Andúril
AddOn Author - Click to view AddOns

Forum posts: 279
File comments: 262
Uploads: 3
Originally posted by Mera
let me know if that's a good idea or not, allowing viewing memory while CPU profiling is disabled, I don't really know if that option is worse to add since here I prefer having CPU stats and secondly memory rather than just showing at Memory while profiling disabled because memory usage doesn't really give an idea of the resource really used.

Feel free anyway to post anything you would like to have in the mod and then we'll see if that's worse adding as eitrax did.
Make showing memory usage while profiling is off optional and I'm willing to bet no one will complain
Report comment to moderator  
Reply With Quote
Unread 02-15-09, 06:41 AM  
Mera
Retired of WoW, In ESO :)
 
Mera's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 331
File comments: 121
Uploads: 7
ok thats is on ToDo list, will be in next revision with a few more useful options and few ommitted performance codes tweaks like sending few globals to locals
Last edited by Mera : 02-16-09 at 08:51 PM.
Report comment to moderator  
Reply With Quote
Unread 02-18-09, 05:15 PM  
Crazytoo
A Kobold Labourer

Forum posts: 1
File comments: 35
Uploads: 0
Nice mod and very easy to use plus a great layout.

I just find it very weird that only 6 out of 67 mods that are shown on the list, have any cpu usage.

Thank you for all your time and help
Report comment to moderator  
Reply With Quote
Unread 02-18-09, 05:32 PM  
Mera
Retired of WoW, In ESO :)
 
Mera's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 331
File comments: 121
Uploads: 7
no probs you 'll appreciate I think next revision that adds some handy features, btw don't worry seeing mods using cpus they need all to but you should much care on the mods that have the highest requests times in cpu and finding a smallest alternative, for example take Pitbull4 and you will notice while AFK in a city it can have a 30% diff , in less than 60sec this mod told your CPU to work for 20sec, this is giant, and alternative would be to throw that crap mod and go for a mod that doesn't waste resource that much like StellarUF (Stuf)

Another funny Benchmark I did here is comparing Broker_CPU to PerformanceFu, the difference is giant aswell because while fully working, Broker_CPU can't reach PerformanceFu resource usage while this last is not told to work. In short by running PerformanceFu you are wasting lots of resources because it does useless job in the background, so far much than what is required to update a simple text in a fubar/ldb plugin ....

Thanks for your kind feedback
Report comment to moderator  
Reply With Quote
Unread 02-23-09, 02:42 PM  
Mera
Retired of WoW, In ESO :)
 
Mera's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 331
File comments: 121
Uploads: 7
next revision > 9 will tell less work to QTip, actually it tells QTip to
recreate each lines to each update waves, I should rather create
the lines only once and just care at updating the cells to each update,
testing here, it seems QTip uses around 2x less cpus after applying this
tweak because the job it does when using QTip:Clear() is quite big when
called several times and very quickly, thats even bigger by listing more mods,
next revisions will focus on lighten QTip jobs I promise to have it near as
light as using GameTooltip (technicaly not really possible anyway it will
always use more cpus to use QTip than using GameTooltip because it has
to calculate cells sizes)

//edit; btw an idea popped up in same time writing i should note it to
not forget, I should add a few options to enable/disable the lib detection
so you can use GameTooltip for example even if LibQTip is detected so you
are not forced to disable the whole LibQTip if do you prefer the simple
gameTooltip method into the mod.

//edit: I will change the scale system too has it could change all
GameTooltip scales yet , I really hate that crap GameTooltip system ,
sooo boring -_-, I think I will remove it from changing GT so the ldb
displays only handles it and I just change QTip scales. thats easier
Last edited by Mera : 03-02-09 at 06:31 AM.
Report comment to moderator  
Reply With Quote
Unread 02-27-09, 02:33 AM  
Gregory
A Kobold Labourer

Forum posts: 0
File comments: 76
Uploads: 0
Can you add coloring for LDB fps, memory and latency text please ?
Report comment to moderator  
Reply With Quote
Unread 02-27-09, 04:47 AM  
Mera
Retired of WoW, In ESO :)
 
Mera's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 331
File comments: 121
Uploads: 7
sure, I was waiting for someone to tell it I'm lazy adding options I don't need
I will also add an option to force the collect of the garbage memory and also
update the collection function so the mod will generate less garbage and so
on will use less memory while intensively collecting on showing tooltips.
Last edited by Mera : 03-02-09 at 06:30 AM.
Report comment to moderator  
Reply With Quote
Unread 03-05-09, 08:35 PM  
HereNow
A Kobold Labourer

Forum posts: 0
File comments: 6
Uploads: 0
Is there anyplace I can get some information on addon usage of resources? Like a comparative listing of how addons perform in a raid setting. Specifically cpu, memory, and bandwidth. (addon channel)

Like I know I can do my own testing in a raid with this addon, and definitely will, but I wanted to read up more on what others have found to help me see how much resources the addons I have use, and how others compare.

Thanks.
Report comment to moderator  
Reply With Quote
Unread 03-06-09, 01:53 AM  
Mera
Retired of WoW, In ESO :)
 
Mera's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 331
File comments: 121
Uploads: 7
I see what you mean but for now I haven't planned this but this could be
an interesting idea to know how performs your comp near your friends
comp/mods, its a good idea but I have to think of a possible implementation
because that is much than simply adding a small & simple option. I could
also think of an LibGraph implementation so to help visualizing usages
upon the time.

Anyway thank you for your suggestion, that's always good to receive
creative feedbacks like that.
Report comment to moderator  
Reply With Quote
Unread 03-06-09, 10:38 AM  
vandyn
A Defias Bandit
 
vandyn's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 2
File comments: 18
Uploads: 1
I got this the other day and I really like it, great job. One question I have though is there a way to monitor memory usage but not have that number show in the bar (fubar, etc)? I'm trying to get it to be like PerformanceFu where the addon only shows FPS and latency in the display bar, but the tooltip shows memory usage (and fps and latency).
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: