MULTI provides detailed and summary profiling information to enable the developer to identify the code where execution consumes the greatest amount of time as well as how many times a given procedure or block of code is executing. This helps users select the best optimizations (such as loop unrolling or inlining) for a particular section of code. MULTI's Profiler can gather, arrange, and display profile information in a variety of formats:
MULTI provides detailed and summary profiling information to enable the developer to identify the code |