Script used:
Download it in AddOn form at http://wow.tachyonsix.com/GhettoFPSMonitor.zip
FPSProfiler = CreateFrame(”Frame”, “FPSProfiler”, UIParent) local runTime = 0 local fpsSum = 0 local fpsTicks = 0 local startTime = 0 local timeToRun = 0 local profilerLock = false
local function print(msg, …) DEFAULT_CHAT_FRAME:AddMessage(string.format(”|cffffcc00GhettoFPSProfiler:|r ” .. msg, …)) end
local function report() local endTime = GetTime() print(”Profiling finished!”) […]
June 15, 2007
Posted in
