我正在使用dotTrace执行代码分析,我希望能够从代码分析中排除特定方法 - 即调用外部服务且性能不受我控制的方法。 有没有办法做到这一点?我正在尝试使用 dotTrace 子系统过滤结果,但无法从分析结果中"隐藏"这些方法调用。 提前致谢
要从调用树中排除某些方法,只需按 Del 或 Shift+Del 即可。 有关采样/跟踪/逐行,请参阅 https://www.jetbrains.com/help/profiler/Studying_Profiling_Results__Performance_Forecasting.html,有关时间轴分析模式,请参阅 https://www.jetbrains.com/help/profiler/Forecasting_Performance_Timeline.html。
如果使用逐行性能分析模式,则只能使用过滤器分析特定方法: https://www.jetbrains.com/help/profiler/Profiler_Options.html#filters