MATLAB Application Program Interface Reference Help Desk

mexAddFlops

Purpose

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 ]