Moderators: Vladimir Kondratyev, Anton Katilin
How do I create more inspections than those already given?
I can create more probes, but I dont think they do what I want.
Given a snapshot
1)
I want to be shown the java.lang.Strings where
len < buf.length/2
(e.i. wasting mem caused by substringing)
2)
I want to be shown objects having an int field variable in a specific range.
e.g. All objects that have a field "httpstatus" with a int value between 500 - 600.
Other fieldnames and ranges are also wanted, but less generic like "status" in range 40000-50000.
I know the snapshot should contain few or none of those objets.
How do I create more inspections than those already given?
There is no API for adding new inspections by users. Please suggest them in the forum, and we'll consider implementing them.
I want to be shown the java.lang.Strings where len < buf.length/2
(e.i. wasting mem caused by substringing)
Which Java version do you use? There is no char array sharing anymore since Java 7 update 6. Each string has its own copy.
I want to be shown objects having an int field variable in a specific range.
e.g. All objects that have a field "httpstatus" with a int value between 500 - 600.
Unfortunately, such requests are impossible now. Perhaps we'll add an object query language or similar feature in the future.
Which forum? This?
1.5 and 1.6 in production and it will not change for a long time.
Yes, by using Ctrl+N.Is it possible to see all objects extending a given object (fx. extending object HttpHeaderReply)?
There is no sort-by-field-value functionality in the existing UI. We can consider adding it.And then sort the objects using specific field?
Anton Katilin wrote:Yes.Which forum? This?
Anton Katilin wrote:We'll keep supporting it in the foreseeable future, but I'm afraid we can't spend time adding new features for Java 6 only.
Anton Katilin wrote:Yes, by using Ctrl+N.Is it possible to see all objects extending a given object (fx. extending object HttpHeaderReply)?
Anton Katilin wrote:There is no sort-by-field-value functionality in the existing UI. We can consider adding it.
Anton Katilin wrote:There is no sort-by-field-value functionality in the existing UI. We can consider adding it.
Users browsing this forum: Google [Bot] and 12 guests
YourKit uses cookies and other tracking technologies to improve your browsing experience on our website, to show you personalized content and targeted ads, to analyze our website traffic, and to understand where our visitors are coming from.
By browsing our website, you consent to our use of cookies and other tracking technologies in accordance with the Privacy Policy.