Download
(9Kb)
Download
Updated: 12-14-08 03:13 PM
Updated:12-14-08 03:13 PM
Created:unknown
Downloads:6,014
Favorites:82
MD5:

picoFPS  Popular! (More than 5000 hits)

Version: 3.0.3.3-Release
by: Tekkub [More]

picoFPS is a small LibDataBroker based info addon. It provides a simple FPS display, with a tiooltip that shows detailed performance statistics.

picoFPS does not provide it's own display, you will need a LDB-based display addon.

Links

Visit my site for more info.
Please report all bugs and feature requests to my Google Code tracker
Alpha builds can be found on github.
Please direct all feedback and questions to my Google Groups mailinglist


Click here to lend your support!

3.0.3.3-Release
LDB type
Embed update

3.0.1.2-Beta
Add color gradient to addon list
Sort addon list by name
Increase addon memory threshold to 32 KiB

2.4.3.1-Beta
Add addon memory info
Add click-to-GC
Add about panel
Renaming to picoFPS
Optional Files (0)


Post A Reply Comment Options
Unread 09-02-10, 08:34 AM  
natassja72
A Wyrmkin Dreamwalker

Forum posts: 59
File comments: 73
Uploads: 0
Sorting and scrolling.

Being an addon maniac I have over 100 addons installed. Of course, all of them dont fit into the tooltip, hence my question: can the tooltip be scrolled just the way Fubar:Performance_Fu addon allows to scroll up and down whole list of addons installed? Plus is there way to edit lua somehow to sort the addons memory wise and not by the addon name?
Report comment to moderator  
Reply With Quote
Unread 04-13-09, 02:35 PM  
Hakker
A Murloc Raider

Forum posts: 9
File comments: 19
Uploads: 0
well the easiest option to show less or more addons is to raise or lower the Memory threshold in the PicoFPS.lua file
Code:
local UPDATEPERIOD, MEMTHRESH = 0.5, 32
is the default value.

raise or lower the 32 this is measured in KB so if you want to see nothing just make it 100000 or so wanna see every addon then make it 0.1
__________________
This is my spam and your forumflood
Report comment to moderator  
Reply With Quote
Unread 01-12-09, 04:08 AM  
Shestak
A Deviate Faerie Dragon
 
Shestak's Avatar
AddOn Author - Click to view AddOns

Forum posts: 11
File comments: 65
Uploads: 1
Originally posted by thegriffgeeks
Is there a way to limit the number of addons shown in the drop down? Thanks
+1 me to
Report comment to moderator  
Reply With Quote
Unread 11-24-08, 03:50 PM  
Shinwei
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
Not working

I can't get picoFPS to show up in my ButtonBin at all. I see it listed in ButtonBin's checklist of addons, but its not shown anywhere. Am I missing something? All my other LDB addons show up fine.
Report comment to moderator  
Reply With Quote
Unread 11-04-08, 10:35 PM  
ant1pathy
A Murloc Raider

Forum posts: 5
File comments: 83
Uploads: 0
Sorting feature, limit # displayed, and option to toggle between fps, lat, and mem usage would make this addon PERFECT for me.
Report comment to moderator  
Reply With Quote
Unread 11-02-08, 02:18 PM  
thegriffgeeks
A Kobold Labourer
 
thegriffgeeks's Avatar

Forum posts: 0
File comments: 94
Uploads: 0
Is there a way to limit the number of addons shown in the drop down? Thanks
__________________
Report comment to moderator  
Reply With Quote
Unread 10-12-08, 08:57 PM  
ffcloud2000
A Fallenroot Satyr

Forum posts: 24
File comments: 98
Uploads: 0
I noticed it doesn't seem to list every addon i have.. also i was wondering if you could add a feature to sort by addon usage.
__________________
Report comment to moderator  
Reply With Quote
Unread 09-02-08, 12:20 PM  
rufflove
A Kobold Labourer

Forum posts: 0
File comments: 5
Uploads: 0
Another funky little add-on... Thanks!

Being a terrible fiddler, I made a slight alteration to make the suffix colourable by LDB display addons:

Line 29:
Code:
local dataobj = LibStub:GetLibrary("LibDataBroker-1.1"):NewDataObject("picoFPS", {text = "75.0 FPS", value = "0", suffix = " FPS", OnClick = function() collectgarbage("collect") end})
Line 45:
Code:
	dataobj.value = string_format("|cff%02x%02x%02x%.1f", r*255, g*255, b*255, fps)
	dataobj.text = dataobj.value..dataobj.suffix
Report comment to moderator  
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.