Addon Info.
Change Log
Optional Files (0)
Comments (9)
  Category: Developer Utilities
Addon Information
Works with WoTLK
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)
Shadowed's Portal Bug Reports Feature Requests
Author:
Version:
r998
Date:
11-01-2008 12:36 AM
Size:
9.82 Kb
Downloads:
1,627
Favorites:
34
MD5:
Pictures
Click to enlarge
Click to enlarge
Click to enlarge
Resource Tools   Popular!
Profiling addon for developers who want finer control and easier access to the new CPU and memory functions that were introduced in WoW 2.1, you can use the slash commands for quick access to these functions, or you can type /rt ui to pull up the profiling panel.
  Change Log - Resource Tools
------------------------------------------------------------------------
r998 | shadowed.wow | 2008-10-31 21:35:49 -0700 (Fri, 31 Oct 2008) | 1 line

* Updated for 3.0
------------------------------------------------------------------------
r192 | shadowed.wow | 2007-09-21 16:24:21 -0700 (Fri, 21 Sep 2007) | 1 line

* Moving rophy's version to trunk
------------------------------------------------------------------------
r74 | shadowed.wow | 2007-06-29 08:21:05 -0700 (Fri, 29 Jun 2007) | 1 line

Things changed, no idea what.
------------------------------------------------------------------------
r50 | shadowed.wow | 2007-06-14 18:10:01 -0700 (Thu, 14 Jun 2007) | 1 line


------------------------------------------------------------------------
r41 | shadowed.wow | 2007-06-03 13:10:37 -0700 (Sun, 03 Jun 2007) | 1 line

Changed function name clipping, will do it at >= 36 characters and it'll instead keep 0 through 36 instead of the same method as events use, as you usually need the later part of the function to know what to modify.
------------------------------------------------------------------------
r37 | shadowed.wow | 2007-06-03 01:54:40 -0700 (Sun, 03 Jun 2007) | 7 lines

Improved CPU profiling detection, will only let you use CPU profiling enabled features after a reloadui instead of right after /rt cpu
Cleaned up the /rt event code, will handle multiple events better and will also accept "all" even with multiple events passed.
Added /rt ui for toggling the new profiling window
Added a profiling UI that lets you view total CPU/Memory of all addons, along with profiling all of the functions inside a namespace, you can also view the time taken and how many times all of the events were called.

Search boxes can be used to narrow down what functions or events will be shown.

------------------------------------------------------------------------
r15 | shadowed.wow | 2007-05-27 10:50:54 -0700 (Sun, 27 May 2007) | 5 lines

Fixed /rt event not accepting multiple events when separated by a comma.
Fixed /rt func not matching regular functions instead of Foo.Bar formatted ones, also fixed no error message when the function didn't exist
Added an average seconds of time used for function and event profiling.
Added /rt reset to reset the CPU profiling stats
Added messages that the function or event was never called instead of showing 0 seconds, called 0 times.
------------------------------------------------------------------------
r14 | shadowed.wow | 2007-05-26 10:19:34 -0700 (Sat, 26 May 2007) | 1 line

Forgot to remove the UpdateEventList function call for now.
------------------------------------------------------------------------
r13 | shadowed.wow | 2007-05-25 23:24:10 -0700 (Fri, 25 May 2007) | 3 lines

Initial Commit.

Resource tools is for developers who want to profile their addon without having to mess around with the functions directly, you can access all of the profiling functions through /rt.
------------------------------------------------------------------------
  Optional Files - Resource Tools
Sorry, there are currently no optional files available.
  Comments - Resource Tools
Post A Reply
Author Comments Comment Options
Old 12-18-2008, 07:13 AM  
Mike-N-Go
A Deviate Faerie Dragon
Interface Author - Click to view interfaces

Forum posts: 14
File comments: 58
Uploads: 10
Is there a way to sort by CPU usage with the addon, via a /rt command or the GUI?

Other then:
Code:
/run RT.extrasFrame.sortType = "cpu"

Last edited by Mike-N-Go : 12-18-2008 at 07:21 AM.
Mike-N-Go is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 11-07-2008, 09:56 PM  
vithos
A Kobold Labourer

Forum posts: 0
File comments: 18
Uploads: 0
I get this error during reloadui (have to enable error saving in bugsack and view all errors, not session errors):
Code:
[2008/11/07 20:42:18-227-x1]: ResourceTools\ResourceTools.lua:999: attempt to index global 'self' (a nil value)

  ---
vithos is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 10-28-2008, 07:01 PM  
Shadowed
Premium Member
Premium Member
Interface Author - Click to view interfaces

Forum posts: 12
File comments: 874
Uploads: 71
I'll see about getting it updated, but it's not high on my list, should be able to get around to it tomorrow or Friday.
Shadowed is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 10-28-2008, 06:08 PM  
Saiket
A Defias Bandit
 
Saiket's Avatar
Interface Author - Click to view interfaces

Forum posts: 2
File comments: 11
Uploads: 8
Broken in 3.0.2.

Are there any plans to update this addon to 3.0.2? Currently the "/rt ui" command throws the following error:
Code:
ResourceTools\ResourceTools.lua:461: attempt to call method 'GetFont' (a nil value)
ResourceTools\ResourceTools.lua:285: in function `?'
ResourceTools\Dongle.lua:1008: in function <Interface\AddOns\ResourceTools\Dongle.lua:996>
ResourceTools\Dongle.lua:1045: in function `value'
Interface\FrameXML\ChatFrame.lua:3212: in function `ChatEdit_ParseText':
Interface\FrameXML\ChatFrame.lua:2911: in function `ChatEdit_SendText':
Interface\FrameXML\ChatFrame.lua:2932: in function `ChatEdit_OnEnterPressed':
<string>:"*:OnEnterPressed":1: in function <[string "*:OnEnterPressed"]:1
Saiket is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 06-15-2007, 01:55 PM  
Shadowed
Premium Member
Premium Member
Interface Author - Click to view interfaces

Forum posts: 12
File comments: 874
Uploads: 71
Indeed, it's fixed.
Shadowed is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 06-14-2007, 04:35 AM  
arkayenro
A Murloc Raider
Interface Author - Click to view interfaces

Forum posts: 9
File comments: 200
Uploads: 3
same here, download r37 and /rt ui does not work

changelog text file only goes up to r15 - which is probably why we're wondering if the right zip file got uploaded for r37.
arkayenro is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 06-11-2007, 11:50 PM  
Niightblade
A Deviate Faerie Dragon
Interface Author - Click to view interfaces

Forum posts: 15
File comments: 16
Uploads: 1
Quote:
Originally posted by Shadowd
Cause it's /rt ui not /rt gui
Yeah sorry, typo. I meant /rt ui. Doesn't work.
Niightblade is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 06-11-2007, 02:38 PM  
Shadowed
Premium Member
Premium Member
Interface Author - Click to view interfaces

Forum posts: 12
File comments: 874
Uploads: 71
Cause it's /rt ui not /rt gui
Shadowed is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 06-11-2007, 01:09 AM  
Niightblade
A Deviate Faerie Dragon
Interface Author - Click to view interfaces

Forum posts: 15
File comments: 16
Uploads: 1
Latest Version?

Are you sure you uploaded the latest version? The changelog for the version I just downloaded (using the big download button) doesn't even mention the /rt gui command, and it doesn't work in-game.
Niightblade is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Post A Reply



Category Jump:



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


MMOInterface.com Copyright ©2008
World of Warcraft is a registered Trademark of Blizzard Entertainment.
vBulletin - Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.