Is it possible to report number of operations to evaluate for example matrix/matrix (dense or sparse) in MATLAB or octave.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Haven't tried it personally, but the Lightspeed Matlab Toolbox claims to support flops counting. Apparently the |
||||
|
|
Not exactly what you're looking for, but you can use profile to get the cpu time for an operation. |
|||
|
|