Sortable Profiler Report
Sin licencia
The MATLAB 'profreport' function used by the profiler generates a table of function calls sorted by execution time. However, often it is necessary to sort by number of calls, time in self, etc. 'SProfReport' duplicates all the functionality of the original, but permits the function call to be sorted. This is accomplished by use of a simple JavaScript function.
I'm not a JavaScript expert, and the script I'm using is freeware from the web. Currently sorting will only be in descending order (which is usually what one cares about when profiling). I'd appreciate any improvements to the sorting algorithm.
Citar como
Carlos Niederstrasser (2024). Sortable Profiler Report (https://www.mathworks.com/matlabcentral/fileexchange/2013-sortable-profiler-report), MATLAB Central File Exchange. Recuperado .
Compatibilidad con la versión de MATLAB
Compatibilidad con las plataformas
Windows macOS LinuxCategorías
Etiquetas
Agradecimientos
Inspiración para: Function generator with CRO & Spectrum analyzer using GUI, HybridVel
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.
Versión | Publicado | Notas de la versión | |
---|---|---|---|
1.0.0.0 |