MATLAB Application Program Interface
  Go to function:
    Search    Help Desk 
mexAddFlops

Update MATLAB's internal floating-point operations (flops) counter

C Syntax

Arguments

count
  Specified value.

Description

The mexAddFlops function adds the number specified to MATLAB's internal floating-point operations (flops) counter. Use mexAddFlops when you want MATLAB's internal counter to accurately reflect the number of flops executed by your MEX-file.



[ Previous | Help Desk | Next ]