Profiler: Built-in Calls in Feature Requests
|
|
|
|
| Status: |
Open
Issue hasn't been assigned a status value.
|
|
|
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.
|