Category: Data Broker
Addon Information
Download Latest Version.
To add favorites please register for a free account. If you already have one you need to login. How do I install this? (FAQ)
funkydude's Portal Bug Reports Feature Requests
Author:
Version:
v2.1.2
Date:
04-14-2009 11:22 PM
Size:
13.20 Kb
Downloads:
3,899
Favorites:
104
MD5:
StatBlock Memory
A Data Broker plugin for displaying memory usage, also has a tooltip for per addon usage.

You can limit the number of addons displayed in the tooltip with
Code:
/script SB_MEM_KILL = number
Works with any Data Broker display addon.
  Change Log - StatBlock Memory
v2.1.2 - fix .type

v2.1.1 - wrath update

v2.1 - Properly use tooltip

v2.0 - Release
  Comments - StatBlock Memory
Post A Reply Comment Options
Old 05-21-2009, 03:22 PM  
funkydude
A Murloc Raider
 
funkydude's Avatar
Interface Author - Click to view interfaces

Forum posts: 5
File comments: 165
Uploads: 24
Re: Any script to do this?

No.

Quote:
Originally posted by RevisionZero
Is there a script I would be able to run to have StatBlock_Memory not account for blizzard's addons, and just show me my third party addons. I know it shows it in the tooltip but I would like it if was only Third party addons without hovering.

Thank you
-RevisionZero
funkydude is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 05-20-2009, 07:36 PM  
RevisionZero
A Kobold Labourer

Forum posts: 0
File comments: 6
Uploads: 0
Any script to do this?

Is there a script I would be able to run to have StatBlock_Memory not account for blizzard's addons, and just show me my third party addons. I know it shows it in the tooltip but I would like it if was only Third party addons without hovering.

Thank you
-RevisionZero
RevisionZero is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 03-07-2009, 11:19 AM  
Zorklat
A Murloc Raider

Forum posts: 5
File comments: 49
Uploads: 0
I would certainly like an addon that combines addon memory, latency, and FPS. I don't sweat the multiple blocks now that I'm using NinjaPanel as my LDB display.
__________________
See how I improved my framerate by 20%!
Zorklat is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 02-08-2009, 08:14 AM  
Mera
A Rage Talon Dragon Guard
 
Mera's Avatar
Interface Author - Click to view interfaces

Forum posts: 314
File comments: 104
Uploads: 7
Funky note that you should add the type = "data source" field to your ldb object else it will fail to load on various display plugins, tekkub stated its required on wiki.

Last edited by Mera : 02-08-2009 at 08:14 AM.
Mera is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 02-07-2009, 07:09 AM  
Mera
A Rage Talon Dragon Guard
 
Mera's Avatar
Interface Author - Click to view interfaces

Forum posts: 314
File comments: 104
Uploads: 7
short and useful good job man

+fav

Last edited by Mera : 02-07-2009 at 09:17 AM.
Mera is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 11-26-2008, 11:54 PM  
Tyrrael
A Murloc Raider
Interface Author - Click to view interfaces

Forum posts: 4
File comments: 60
Uploads: 3
Sorting by Name

I added a little bit of code to be able to sort the list by Name (Ascending and Descending). In StatBlock_Memory.lua:

1. Add the following two functions under mySort:

Code:
local function mySort(x,y)
	return x.mem > y.mem
end

local function mySortName(x,y) -- Vux
	return x.addon < y.addon
end

local function mySortNameDescending(x,y) -- Vux
	return x.addon > y.addon
end
-------------------------

2. And in function Mem.obj.OnTooltipShow(tooltip):

Code:
--table.sort(memTbl, mySort) -- Comment this out

if( IsShiftKeyDown() ) then -- Vux
	table.sort(memTbl, mySortName)	
elseif ( IsControlKeyDown() ) then
	table.sort(memTbl, mySortNameDescending)	
else
	table.sort(memTbl, mySort)
end
-------------------------

- Hold Shift and then mouseover the icon and the tooltip will be name sorted in alphabetical order.
- Hold Control and the tooltip will be sorted in backwards alphabetical order.

- And of course, don't hold either button and it's sorted by total memory usage (as normal)

Any chance you might be able to add this to the next version?

Anyway, just thought there might be others out there who might have wanted this feature as well



- Vux of US-Dragonblight
Tyrrael is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 07-23-2008, 04:47 PM  
funkydude
A Murloc Raider
 
funkydude's Avatar
Interface Author - Click to view interfaces

Forum posts: 5
File comments: 165
Uploads: 24
I agree, I actually already have something like that in a semi working state, I'll try to fix it up and release it sometime.

Quote:
Originally posted by erica647
I've been wishing there was a databroker plugin for a clock with a tooltip to show other performance stats (like Evl clock except this would have more functionaility like font and size). It would be an all-in-one type module so it wouldn't really take up as much space as having everything in a separate module. I normally think about information presented on my bar as being info that would change at least from time to time... memory really doesn't change under normal circumstances at all at least in my past experience. Thanks as always for some wonderful mods!
funkydude is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 07-21-2008, 07:39 PM  
erica647
A Cobalt Mageweaver
 
erica647's Avatar
Interface Author - Click to view interfaces

Forum posts: 208
File comments: 246
Uploads: 4
I've been wishing there was a databroker plugin for a clock with a tooltip to show other performance stats (like Evl clock except this would have more functionaility like font and size). It would be an all-in-one type module so it wouldn't really take up as much space as having everything in a separate module. I normally think about information presented on my bar as being info that would change at least from time to time... memory really doesn't change under normal circumstances at all at least in my past experience. Thanks as always for some wonderful mods!
__________________
Lyndi
Level 70 Night Elf Hunter
Silvermoon/The Jesters Guild
erica647 is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.




The Network:
EQInterface | EQ2Interface | LoTROInterface | MMOInterface | War.MMOUI | WoWInterface | VGInterface | Allakhazam | Thottbot | Wowhead | Zam


©2009 MMOUI / ZAM Network
vBulletin - Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.