The is a profiling system that monitors tool usage and records the metrics needed to identify bottlenecks. Additionally, the
profiling data can be used for rapid and easy diagnosis of MEL toolsets.
Metrics
-
-
-
-
The percentage of total run-time for the procedure based on the time span of profiling ().
-
-
The total amount of time (in milliseconds) the procedure took to execute, excluding the time its child procedures incurred.
-
-
The number of times the procedure is called.
-
-
The total amount of time (in milliseconds) spent in the procedure over its various invocations.
NoteThis value includes the time incurred by the procedure's child procedures.
-
-
The average amount of time (in milliseconds) spent in the procedure per invocation.
-
-
The location of the procedure if it is known. All local procedures are listed as
Unknown.