• World of Warcraft Addons
  • World of Warcraft
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

Event Tracker

 

Project Updated:
Files Updated: Tue, Aug 4 2009
Supports Game Version: 3.2.0
Category: Development Tools
Tags:

[Edit Tags]

Project Manager: fmeus
Additional Authors: No additional authors
Current Version: 1.2
License: All Rights Reserved
Development Site: CurseForge
Avg Daily DL (last 30 days): 2
Downloads Total: 453
Favorites: 3
Comments: 1
  • About Event Tracker
  •  

Event Tracker allows you to view detailed information such as argument information of tracked events/functions as well as what frames are monitoring specific event. For functions tracked it will also provide information on the time spent on execution functions (on a call per call base as well as the total execution time).

See the EventTracker blogpage @ http://fmeus.wordpress.com/eventtracker/ for more information on the usage of Event Tracker and the API to track your own functions.

To tell Event Tracker which standard WoW events to track for now you need to update the file EventTracker_events.lua yourself. The following is an example of how the contents of the file may look like.

--[[ =================================================================
    Description:
        Use this file to specify which events need to be tracked.
    ================================================================= --]]

-- Events to be tracked
    ET_TRACKED_EVENTS = {
        "PLAYER_LEVEL_UP",
        "PLAYER_XP_UPDATE",
        "PLAYER_TARGET_CHANGED",
    };

Be careful to specify only valid events. Event Tracker uses the function GetFramesRegisteredForEvent, which will cause WoW to hard crash when it is being called with a non-existing event.

The following slash commands are available

CommandDescription
/etOpen/close EventTracker dialog
/et { help or ? }Show this list of commands
/et add <event>Add event to be tracked
/et remove <event>Remove event to be tracked
/et registerallRegister all events to be tracked (# of events not known)
/et unregisterallUnregister all events to be tracked (except for VARIABLES_LOADED)
/et resetpos:Reset position of the main EventTracker frame
  • Downloads (3)
  •  
File Name Release Type Game Version Downloads Date
Addon Curse.com Beta 2.3.3 0 9/29/2008
  File Name Release Type Game Version Downloads Date  
  Event Tracker 1.2 Release 3.2.0 294 8/4/2009
  Event Tracker 1.1 Release 3.1.0 71 7/15/2009
  Event Tracker 1.0 Release 3.1.0 88 6/8/2009
  • 1 page(s)
  • Screenshots (2)
  •  
  • Comments

Add Comment  

Add

You need to login or register to post.

Benefits of Registration

  • Interact with hundreds of thousands of other gamers on an open social network.
  • Post your stories, news, images, videos, and other content to share.
  • Create a network with your fellow gamers or join an existing one.
  • Gain reputation for everything you do.
  • Racicot said 

    can we get some instructions. maybe slash commands plse.
    thankyou

    Reply Report Permalink
  • fmeus said 

    Instructions can be found at http://fmeus.wordpress.com/eventtracker/

    What kind of slash commands do you have in mind?

    Reply Report Permalink
  • 1 page(s)
  • Similar Addons
  •  

Average downloads per day

  1. 2,760 Addon Control Panel Libraries, Development Tools...
  2. 936 !BugGrabber Development Tools
  3. 360 BugSack Development Tools
  4. 44 Broker_CPU Memory Data Export, Development Tools...
  5. 40 TB Core Libraries, and Development...