Tracker
Noir.Classes.Tracker: NoirClass
Represents a tracker assigned to a function via Noir.Debugging
.
Initializes class objects from this class.
Parameters
name
: stringfunc
: function
Method called when the unmodified function is about to be called.
Used internally.
Method called after the unmodified function has been called.
Used internally.
Formats this tracker into a string.
Returns
string
Returns the modified function. local tracker = Noir.Services.DebuggerService:TrackFunction("myFunction", myFunction) myFunction = tracker:Mount()
Returns
function
Returns the name of the function.
Returns
string
Returns the average execution time of the function.
Returns
number
Returns the last execution time of the function.
Returns
number
Returns the amount of times this function has been called.
Returns
number
Last updated