Overview

brahms_perf is a Matlab function that reviews performance data returned by BRAHMS after executing a system in a textual report.

Warnings
  • This utility will give meaningless CPU times on current Linux and OSX builds (though the Process times should be accurate).

Example

M Source Code (against 995)
% invoke BRAHMS, asking for the execution report [out, report] = brahms(sys, exe); % review the performance brahms_perf(report);