My program runs much slower when built in OMT mode than without Memory Advisor or in LITE mode. Why?
In OMT mode, Memory Advisor performs error-checking for every memory access your program performs. This provides great detail in finding errors, because Memory Advisor finds the error exactly where it occurs. In LITE mode, on the other hand, Memory Advisor performs function-intercept level error-checking (i.e., it only checks memory passed to intercepted functions). This is faster than the OMT mode mechanism, but is less accurate.