Skip to content

Commit

Permalink
Add performance profiling slash command
Browse files Browse the repository at this point in the history
  • Loading branch information
raethkcj committed Oct 21, 2023
1 parent 2a9f4db commit 5854b10
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions RatingBuster.lua
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,15 @@ local options = {
LibStub("AceConfigCmd-3.0").HandleCommand(RatingBuster, "rb", addonNameWithVersion, "")
end
},
pp = {
type = "execute",
name = "Performance Profile",
desc = "Execute a performance test and display the results",
func = function()
RatingBuster:PerformanceProfile()
end,
hidden = true,
},
enableStatMods = {
type = 'toggle',
name = L["Enable Stat Mods"],
Expand Down

0 comments on commit 5854b10

Please sign in to comment.