在 JProfiler 9.2(或更高版本)中是否可以忽略任何 class 匹配模式中具有相同签名的方法?
Is it possible in JProfiler 9.2 (or later) to ignore methods with the same signature in any class matching a pattern?
正如标题所暗示的:可以忽略在不同 类 匹配模式中具有相同签名的方法吗?
我想默认忽略 hashCode
和 equals
以防止检测热点。
如果可以的话,如何配置?
从 JProfiler 10.1 开始不可能,但它将在 JProfiler 11 中实现,您将能够在忽略方法列表中为 class 指定 *
。
正如标题所暗示的:可以忽略在不同 类 匹配模式中具有相同签名的方法吗?
我想默认忽略 hashCode
和 equals
以防止检测热点。
如果可以的话,如何配置?
从 JProfiler 10.1 开始不可能,但它将在 JProfiler 11 中实现,您将能够在忽略方法列表中为 class 指定 *
。