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,658
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 11-22-20, 07:24 AM  
elementium
A Kobold Labourer
Premium Member

Forum posts: 0
File comments: 7
Uploads: 0
for people still wanting to use this, change these in the broker_CPU.lua

after this i got no error and the MB usage(wich si why i use this addon) is visable again

Replace line 1294 with:
C_ChatInfo.RegisterAddonMessagePrefix("BrokerCPUREV")
repalce line 1273 trough 1276 with:
if IsInGuild() then C_ChatInfo.SendAddonMessage("BrokerCPUREV", MINOR_VERSION, "GUILD") end
if UnitInBattleground("player") then C_ChatInfo.SendAddonMessage("BrokerCPUREV", MINOR_VERSION, "BATTLEGROUND") end
if UnitInRaid("player") then C_ChatInfo.SendAddonMessage("BrokerCPUREV", MINOR_VERSION, "RAID") end
if UnitInParty("player") then C_ChatInfo.SendAddonMessage("BrokerCPUREV", MINOR_VERSION, "PARTY") end
Report comment to moderator  
Reply With Quote
Unread 12-08-12, 11:28 PM  
geekgirl101
A Kobold Labourer

Forum posts: 1
File comments: 41
Uploads: 0
How do I get rid of the minimap icon? It's a broker addon, doesn't NEED a minimap icon.
Report comment to moderator  
Reply With Quote
Unread 08-30-12, 10:45 PM  
khurzog
A Frostmaul Preserver
 
khurzog's Avatar

Forum posts: 266
File comments: 194
Uploads: 0
i dont like that google code site so im just going to leave this here, and probably shop around for a replacement in the mean time

Date: 2012-08-30 21:42:41
ID: 1
Error occured in: AddOn: Broker_CPU
Count: 1
Message: Error: AddOn Broker_CPU attempted to call a forbidden function (CastGlyph()) from a tainted execution path.
Debug:
[C]: CastGlyph()
...terface\AddOns\Blizzard_GlyphUI\Blizzard_GlyphUI.lua:527: GlyphFrameSpell_OnClick()
[string "*:OnClick"]:1:
[string "*:OnClick"]:1
Locals:
None
Last edited by khurzog : 08-30-12 at 10:46 PM.
Report comment to moderator  
Reply With Quote
Unread 08-13-12, 09:19 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
For defects, enhancements, changes, you can now use brokercpu.googlecode.com

You can even post any question you have and I will assist you, just go in the googlecode issue tracker and select the template called "Ask a question"

And the more your question/enchancement/change request receives Google Stars from users, the quicker it will convince me to do something on this

Remember I do not read comments here, or rarely, googlecode helps me to store my projects into one place that has everything we need.
__________________
If you need to reach me I'm in ESO, @class101 or "Fathis Ules i"
addons: SpamBayes, BrokerCPU
projects: ThunderBayes
Mera[xeh]? - La CroisadeEcarlate (wow)
Last edited by Mera : 08-13-12 at 09:34 AM.
Report comment to moderator  
Reply With Quote
Unread 08-09-12, 10:49 AM  
Morsker
A Fallenroot Satyr
 
Morsker's Avatar
AddOn Author - Click to view AddOns

Forum posts: 22
File comments: 89
Uploads: 8
Originally Posted by tobindax
It should have a way to reset short-term collected cpu results.
I agree, and we could do it ourselves with ResetCPUUsage(), but this addon removes the function!

I always want to reset the CPU usage before testing. I don't want login-related CPU tasks contributing to the statistics; Warmup is a much better way of measuring login-related performance. It's very different from runtime performance, and I don't want the two jumbled together into a single statistic. Also, often I want to run multiple tests without /reloading between them.

Currently the only way to reset the cpu results is to edit the addon's .lua file and expose the function it tries to take away from us.
Report comment to moderator  
Reply With Quote
Unread 03-28-12, 04:57 AM  
tobindax
A Wyrmkin Dreamwalker
AddOn Author - Click to view AddOns

Forum posts: 53
File comments: 19
Uploads: 2
It should have a way to reset short-term collected cpu results.
Report comment to moderator  
Reply With Quote
Unread 01-31-12, 07:54 AM  
brunbär
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
What am I doint wrong if the tooltip doesn't show any CPU information at all, despite of CPU profiling being on apparently?
Report comment to moderator  
Reply With Quote
Unread 01-24-12, 11:23 AM  
tobindax
A Wyrmkin Dreamwalker
AddOn Author - Click to view AddOns

Forum posts: 53
File comments: 19
Uploads: 2
A lot of addon authors report that the API this addon is based on is unreliable (when I report to them their addon was reported too high), however it must be at least partially reliable since I saw tangible results: e.g. Recount gave noticeable FPS increases when it was replaced by tinyDPS based on info from this Addon, or I identified that dynamically created groups in aura addons have extremely high CPU usage compared to static groups and one can not see it only as a number on BrokerCPU but also on tangible FPS increases.
Report comment to moderator  
Reply With Quote
Unread 12-20-11, 02:59 AM  
Mabrah
A Deviate Faerie Dragon

Forum posts: 14
File comments: 20
Uploads: 0
Originally Posted by Tinuviel
I'll give a vote for this. PLEASE remove the button, or allow us to do so.

/cpu mini
Report comment to moderator  
Reply With Quote
Unread 08-16-11, 09:24 AM  
bobbank
A Kobold Labourer

Forum posts: 0
File comments: 50
Uploads: 0
Could someone explain / clarify exactly how this mod measures "CPU"? What does the measure mean / how is it calculated?

Thank you!
Report comment to moderator  
Reply With Quote
Unread 08-10-11, 05:34 PM  
Tinuviel
A Defias Bandit
 
Tinuviel's Avatar

Forum posts: 3
File comments: 210
Uploads: 0
Originally posted by cardo
please button for minimap icon on/off!!

cu cardo_
I'll give a vote for this. PLEASE remove the button, or allow us to do so.
Report comment to moderator  
Reply With Quote
Unread 07-17-11, 11:49 AM  
cardo
A Kobold Labourer

Forum posts: 0
File comments: 49
Uploads: 0
please button for minimap icon on/off!!

cu cardo_
Report comment to moderator  
Reply With Quote
Unread 06-30-11, 04:55 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
This is world latency since alpha 27, thank for the suggestion in the curseforge ticket, I did not notice this changes

I recall for suggestion, bug reports this is at curseforge.com
__________________
If you need to reach me I'm in ESO, @class101 or "Fathis Ules i"
addons: SpamBayes, BrokerCPU
projects: ThunderBayes
Mera[xeh]? - La CroisadeEcarlate (wow)
Report comment to moderator  
Reply With Quote
Unread 06-08-11, 07:48 AM  
epocs
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Originally posted by Greevir
Is there any way to get rid of the minimap button?
try /cpu mini
Last edited by epocs : 06-08-11 at 09:31 AM.
Report comment to moderator  
Reply With Quote
Unread 04-27-11, 09:38 AM  
Greevir
A Cyclonian
 
Greevir's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 45
File comments: 94
Uploads: 1
Is there any way to get rid of the minimap button?
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: