フィルターのクリア

Finding function calls in my code using the Profiler

9 ビュー (過去 30 日間)
Xymbu
Xymbu 2022 年 3 月 14 日
コメント済み: Xymbu 2022 年 3 月 14 日
I'm using the profiler and am trying to figure out if there is a way to identify in my own code where the components in the profiler are being called.
For example. I get the component in the attached picture I cant find where my code is calling that though.

採用された回答

Steven Lord
Steven Lord 2022 年 3 月 14 日
Click on the name of the function. It's a link that will bring up the page for that function. I'm not 100% sure if property access methods (like the function in your picture) will list anything in the Parents section of their page in the Profiler (see "Investigate Functions and Individual Code Lines" on this documentation page and you'll see the "Parents (calling functions)" section) but if they do it should indicate where that object property is being set.
  1 件のコメント
Xymbu
Xymbu 2022 年 3 月 14 日
Thank you this is what I was looking for.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMigrate GUIDE Apps についてさらに検索

製品


リリース

R2020b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by