Can the matlab profiler be used in code employing classes with overleaded methods?
Ältere Kommentare anzeigen
Dear Mathworks,
I am tryining to use profiler in a code where I have a script - the most computationally heavy line of which is call to class method: "algo_objects{a_i}.update()" which happens to be overloaded. I can see that when I view the profiler results for the main script by looking at the line numbers However, the method "update" does not appear anywhere in the outputs of the profiler. I am using openSUSE operating system. So the question is : can the profiler be used in this situation? How can I locate the functions (which are class methods) in the ouput? A lot of function names are listed as "_____________" and I don't know which function they actually refer to.
BR/ Per BR/ Per
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Programming finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!