ID:110593
 
Redundant
Applies to:Dream Daemon
Status: Redundant

This feature has already been implemented, or is already achievable with existing methods.
It would be helpful if the profiler actually profiled built-in function calls. We can force it to do this, in some cases, by overriding the procs and just returning ..() in them. But this method isn't possible for a lot of (global) procs, and is a generally tedious/inefficient process in the first place.
Ter13 resolved issue (Redundant)

The profiler shows total time taken, realtime, and self time. Total time takes in account all supercalls and global function calls.