FuBar_PerformanceFu
Keeps track of performance of memory, latency, and framerate.
German Translations: Chinkuwaila
TO INSTALL: Put the FuBar_PerformanceFu folder into
\World of Warcraft\Interface\AddOns\
Features
Shows current framerate
Shows network flow
Shows memory usage
Shows garbage collection statistics
Can force a garbage collection. (can be handy before bosses)
:(
local latency = select(3, GetNetStats())
table_insert(t, format("|cff%s%d|r ms", Crayon:GetThresholdHexColor(latency, 1000, 500, 250, 100, 0), latency))
Change that to:
local latency = select(3, GetNetStats())
local latencyworld = select(4, GetNetStats())
table_insert(t, format("|cff%s%d/%d|r ms", Crayon:GetThresholdHexColor(latency, 1000, 500, 250, 100, 0), latency, latencyworld))
It will then display your latencies like "home/world ms".
The only options for CPU profiling anymore are Broker_CPU and OptionHouse.
http://wow.curse.com/downloads/wow-addons/details/brokercpu.aspx
[2009/10/08 19:17:31-49-x1]: FuBar_PerformanceFu-2.0132\PerformanceFu.lua:412: attempt to perform arithmetic on upvalue 'currentMemory' (a nil value)
AceAddon-2.0-91096 (Decursive):983: in function <...\AddOns\Decursive\libs\AceAddon-2.0\AceAddon-2.0.lua:976>
<in C code>: ?
AceEvent-2.0-91097 (Decursive):260: in function `TriggerEvent'
AceEvent-2.0-91097 (Decursive):910: in function <...\AddOns\Decursive\libs\AceEvent-2.0\AceEvent-2.0.lua:903>
---
[2009/10/08 19:17:31-49-x1]: FuBar_PerformanceFu-2.0132\PerformanceFu.lua:412: attempt to perform arithmetic on upvalue 'currentMemory' (a nil value)
AceAddon-2.0-91096 (Decursive):983: in function <...\AddOns\Decursive\libs\AceAddon-2.0\AceAddon-2.0.lua:976>
<in C code>: ?
AceEvent-2.0-91097 (Decursive):260: in function `TriggerEvent'
AceEvent-2.0-91097 (Decursive):910: in function <...\AddOns\Decursive\libs\AceEvent-2.0\AceEvent-2.0.lua:903>
---
This addon is out of date for a long time,can some one update .toc file?
Broker_CPU: http://www.wowinterface.com/downloads/info12461-Broker_CPU.html
StatBlock_Memory: http://www.wowinterface.com/downloads/info9239-StatBlock_Memory.html
Unfortunately i dont have any error logs or anything, nothing got reported.
Unable to scroll tooltip when there is a long list of addons
What steps will reproduce the problem?
1. Configure Fubar_PerformanceFu to show a large number of addons - enough that the list does not fit on the screen.
2. Note that the tooltip now shows a scrollbar.
3. Attempt to move the mouse into the tooltip window to scroll it.
What is the expected output? What do you see instead?
I expect to be able to scroll the data, since there is a scrollbar present. What happens is that the tooltip disappears as soon as my mouse comes off the Fubar_PerformanceFu entry in the Fubar panel.
What version of the product are you using?
FuBar_PerformanceFu v2.0.0b
Do you have an error log of what happened?
No errors occur - the tooltip simply closes as normal.
[2008/11/09 18:32:34-105-x1]: FuBar_PerformanceFu-2.0132\PerformanceFu.lua:412: attempt to perform arithmetic on upvalue 'currentMemory' (a nil value)
AceAddon-2.0-91091 (Ace2):983: in function <Interface\AddOns\Ace2\AceAddon-2.0\AceAddon-2.0.lua:976>
<in C code>: ?
AceEvent-2.0-91091 (Ace2):260: in function `TriggerEvent'
AceEvent-2.0-91091 (Ace2):910: in function <Interface\AddOns\Ace2\AceEvent-2.0\AceEvent-2.0.lua:903>