Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-dev] Show Hit Count of Trace Point

Hi,
You can check out the detailed options to enable in /org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/JDIDebugOptions.java
Also, org.eclipse.jdt.internal.debug.core.breakpoints.JavaBreakpoint.getHitCount() can be used to get the hitcount for a java breakpoint .
 
HTH.
 
Thanks & Regards,
Sarika
 
 
----- Original message -----
From: "Jörg Kubitz" <jkubitz-eclipse@xxxxxx>
Sent by: "jdt-dev" <jdt-dev-bounces@xxxxxxxxxxx>
To: jdt-dev@xxxxxxxxxxx
Cc:
Subject: [EXTERNAL] [jdt-dev] Show Hit Count of Trace Point
Date: Fri, Apr 23, 2021 11:29 AM
 
Hi,
i wask ask about the average method calls per object instance.
It could place tracepoints at constructor and the method in question.
But i dont see where i find the actual hit count displayed.
As i can configure a "Hit Count" on breakpoints the information is
probably available in eclipse. Is there any way to display that?

Would be more helpfull then just logging the tracepoint.

Yours
Jörg

_______________________________________________
jdt-dev mailing list
jdt-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jdt-dev
 


Back to the top