TraceBuiltins


TraceBuiltins[expr]

Evaluate expr and then print a list of the Built-in Functions called in evaluating expr along with the number of times is each called, and combined elapsed time in milliseconds spent in each.

Sort Options:

By default, the output is sorted by the name:

By default, the output is sorted by the number of calls of the builtin from highest to lowest:

You can have results ordered by name, or time.

Trace an expression and list the result by time from highest to lowest.

PythonCProfileEvaluation
TraceEvaluation