You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add an option to log a function call with all its arguments, so it becomes even easier to detect which functions need improvement.
(E.g. if some function is O(N^3) and the engineer hasn't noticed this, then this becomes very easy to figure out by looking at a table of its execution times and supplied arguments.)
The text was updated successfully, but these errors were encountered:
Add an option to log a function call with all its arguments, so it becomes even easier to detect which functions need improvement.
(E.g. if some function is O(N^3) and the engineer hasn't noticed this, then this becomes very easy to figure out by looking at a table of its execution times and supplied arguments.)
The text was updated successfully, but these errors were encountered: