___________________________________________________________________________________________________________________________
Instructions:
Options:
GeminiProfiler can be interacted through via Methods.
Starts Profiling, this erases all previous profiling data
Example:
local GeminiProfiler = Apollo.GetAddon("GeminiProfiler")
GeminiProfiler:StartProfiling()
Stops profiling and generates a report
Example:
local GeminiProfiler = Apollo.GetAddon("GeminiProfiler")
GeminiProfiler:StopProfiling()
Arguments:
bCount = booleanEffect on the debug hook:
Use call count only no time records
Default is bCount = false. This means that time is available (This is a higher load though)
Example:
local GeminiProfiler = Apollo.GetAddon("GeminiProfiler")
GeminiProfiler:SetDebugType(true)
Arguments:
bExcludeCarbine = boolean
tFilters = table
tFilters Options:
name
namewhat
addon
file
lineDefined
timer
relTime
countDescription:
This field indicates if we should ignore all carbine addons
Table of filters
Description:
Function name
Type of function one of: "global", "local", "method", "field", or ""
Name of Addon the function exists in
Name of File the function exists in
Line number the function is defined on
How long the function ran
Amount of time used by function / time profiling was ran
How many times the function was called
If there is no filter for a given field in the passed table that field will not be filtered on.
Pass an empty table or nil to clear out all filters
Example:
local GeminiProfiler = Apollo.GetAddon("GeminiProfiler")
GeminiProfiler:SetFilters(false, { name = "MyFunc", addon = "MyAddon" })
Arguments:
nHookCount = integerEffect on the debug:
Sets hook count, determines how many instructions before called
Default is 300 so that it runs every 300 instructions. Only has an effect if the type is Count
Example:
local GeminiProfiler = Apollo.GetAddon("GeminiProfiler")
GeminiProfiler:SetHookCount(100)
The window is resizable drag the lower left corner slightly outside the box.
The row columns are resizeable as well. Sorting is support
None of your size changes are saved currently
About Project
Created: December 11th 2023
Updated: December 11th 2023
Project ID: 29946
License: All Rights Reserved
__________________________________________
Game Versions:
1.01.03
1.01.03
1.01.03
1.01.03
1.01.03
__________________________________________
Flavors:
WoW Retail
__________________________________________
Categories
Companions
Battle
__________________________________________
Main File
December 11th 2023
__________________________________________
Recent File
December 11th 2023
__________________________________________
Members
__________________________________________
Report