<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
<title>YourKit News</title>
<link>http://www.yourkit.com</link>
<ttl>1000</ttl>
<description>Latest news about YourKit products</description>
<copyright>YourKit, LLC</copyright>
<lastBuildDate>Tue, October 12 2008 16:05:00 +0300</lastBuildDate>
<webMaster>info@yourkit.com</webMaster>

<item>
<title>YourKit Profiler 3.0.6 for .NET released</title>
<link>http://www.yourkit.com/dotnet/download/index.jsp</link>
<description>
  <![CDATA[
    <p>Changes in YourKit Profiler for .NET 3.0.6 from 3.0.5</p>
    <p>
      <ul>
      <li>
        "Tools | Open Declaration in Visual Studio (F7)" is now able to navigate to code in collapsed regions too
      </li>
      <li>
        "Tools | Open Declaration in Visual Studio (F7)": navigation to methods has been improved to
        better handle cases when a class has several methods with same name and different parameter lists.
        Also, method navigation in VS 2003 has been overall improved.
      </li>
      </ul>
    </p>
  ]]>
  </description>
  <pubDate>Tue, October 12 2008 16:05:00 +0300</pubDate>
</item>

<item>
<title>YourKit Java Profiler 8.0 EAP started</title>
<link>http://www.yourkit.com/eap</link>
<description>
  <![CDATA[
    <p>
      YourKit Java Profiler 8.0 Early Access Program started
    </p>
    <p>
      Read about new features and download the software at <a href="http://www.yourkit.com/eap">http://www.yourkit.com/eap</a>
    </p>
  ]]>
  </description>
  <pubDate>Thu, September 11 2008 19:55:00 +0300</pubDate>
</item>

<item>
<title>YourKit Java Profiler 7.5.6 Released</title>
<link>http://www.yourkit.com/download/index.jsp</link>
<description>
  <![CDATA[
    <p>Changes in YourKit Java Profiler 7.5.6 from 7.5</p>

    <ul>
      <li>
        UI bug fixes
      </li>
      <li>
        IBM Java 6 supported
      </li>
      <li>
        J2EE integration: WebSphere: improved handling of installations with spaces in directory names
      </li>
      <li>
        J2EE integration: bug fixed: console version of the J2EE integration wizard did not allow entering
        paths of big length
      </li>
      <li>
        IDE integration: Eclipse: integration wizard improvements
      </li>
      <li>
        Memory profiling: bug fixed in "Objects Retained by Inner Class Back References" inspection
      </li>
      <li>
        Profiler agent stability improvements
      </li>
      <li>
        IDE integration: Eclipse: options in the Profile Dialog are accessible on monitors with small
        resolution thanks to scrollers that appear when necessary
      </li>
      <li>
        IDE integration: Eclipse: integration wizard improvements
      </li>
      <li>
        Problem fixed: the profiler might fail creating snapshots of a profiled application running
        under a privileged user (root) in case the application was configured to use an alternate
        snapshot directory non accessible for regular user
      </li>
      <li>
        IBM Java support enhancements
      </li>
      <li>
        CPU profiling: Java 1.4 CPU sampling overhead reduced
      </li>
      <li>
        CPU profiling: snapshot comparison: bug fixed: incorrect values at the top of call tree
      </li>
      <li>
        UI: bug fixed: opening a link in browser from within the profiler UI could pop up an error message
      </li>
      <li>
        IDE integration: JBuilder 2008 supported
      </li>
      <li>
        Fixes in memory snapshot loading
      </li>
      <li>
        Optimization: less temporary resources are needed to capture a memory snapshot (changes in profiler agent)
      </li>
      <li>
        Some snapshots captured via an older version of the profiler
        will no longer be openable with YourKit Java Profiler 7.5.x.
        If you have such old snapshots, please open them with corresponding version of the profiler.
      </li>
    </ul>
  ]]>
  </description>
  <pubDate>Tue, July 29 2008 19:00:00 +0300</pubDate>
</item>


<item>
<title>YourKit Java Profiler 7.5 released</title>
<link>http://www.yourkit.com/java/profiler/index.jsp</link>
<description>
  <![CDATA[
    <p>
      YourKit Java Profiler 7.5 <a href="http://www.yourkit.com/java/profiler/index.jsp">released</a>
    <p>

    <p>MOST NOTABLE CHANGES AND NEW FEATURES IN 7.5:</p>
    <p>
      <ul>
        <li>Telemetry: learn what application was doing at particular moments of time with the help of thread stack traces available in telemetry graphs</li>
        <li>CPU profiling: wall time configuration available in UI</li>
        <li>CPU profiling: improved quality of sampling for programs which use java.util.concurrent blocking</li>
        <li>J2EE profiling: easily enable profiling of a remote J2EE server with the help
            of a console version of J2EE integration wizard</li>
        <li>Memory profiling: it is now possible to open huge memory snapshots
            (1 Gb and bigger) on 32-bit machines</li>
        <li>Memory profiling: biggest objects are shown as a dominator tree instead of a plain list</li>
        <li>Memory profiling: biggest objects are shown almost immediately</li>
        <li>Memory profiling: retained size of individual objects is shown in object explorer,
            paths and incoming references views</li>
        <li>Memory profiling: values of primitive types are available in non-HPROF snapshots too</li>
        <li>Memory profiling: new allocation recording options: record each N-th object;
            record objects of size more than X bytes</li>
        <li>Memory profiling: allocation recording: multidimensional arrays are recorded as well</li>
        <li>Memory profiling: to make UI more responsive, merged paths shown in slave
            views are not expanded automatically</li>
        <li>Mac OS X 64-bit Java supported</li>
        <li>Mac OS X 10.5 "Leopard" supported</li>
        <li>UI: "File | Export to..." exports to CSV ("comma separated values") format and
            to plain text format, as well as to HTML</li>
        <li>UI: export works in telemetry graphs as well (right-click graph to invoke a pop-up menu)</li>
        <li>UI: in most views, filtering applies automatically as you type (no need to press Enter)</li>
        <li>Memory snapshots loading improvements</li>
        <li>Profiling on Java 7 is now supported</li>
        <li>IDE integration: Eclipse 3.4 M7 supported</li>
        <li>IDE integration: Eclipse: improved navigation to inner and anonymous classes</li>
        <li>IDE integration: IDEA 8 (EAP) supported (tested with build 8280)</li>
        <li>IDE integration: improved integration on 64-bit Windows and 64-bit Linux</li>
        <li>J2EE integration: improved integration on 64-bit Windows and 64-bit Linux</li>
        <li>Fixes in JRockit support</li>
      </ul>
    </p>

    <p>
      See complete list of changes at <a href="http://www.yourkit.com/changes/">http://www.yourkit.com/changes/</a>
    </p>

    <p>SPECIAL OFFER VALID UNTIL JULY 1, 2008:</p>
    <p>
    New YourKit Java Profiler licenses can be purchased with 4% discount off the list price.
    To take advantage of this special offer use YJP75 discount coupon. The coupon is valid until July 1, 2008.
    </p>

  ]]>
  </description>
  <pubDate>Wed, June 4 2008 19:50:00 +0300</pubDate>
</item>

</channel>
</rss>
