<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic bvh statistic in Intel® Embree Ray Tracing Kernels</title>
    <link>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/bvh-statistic/m-p/1024055#M414</link>
    <description>&lt;P&gt;Is it possible to get the BVH statistics, like total levels, no. of bonding volumes generated, no. of bvh traversals, bvh traversals per ray etc. I am trying benchmark the performance of a few other algorithms.&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Fri, 15 Aug 2014 20:49:23 GMT</pubDate>
    <dc:creator>ritwik_d_</dc:creator>
    <dc:date>2014-08-15T20:49:23Z</dc:date>
    <item>
      <title>bvh statistic</title>
      <link>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/bvh-statistic/m-p/1024055#M414</link>
      <description>&lt;P&gt;Is it possible to get the BVH statistics, like total levels, no. of bonding volumes generated, no. of bvh traversals, bvh traversals per ray etc. I am trying benchmark the performance of a few other algorithms.&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 15 Aug 2014 20:49:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/bvh-statistic/m-p/1024055#M414</guid>
      <dc:creator>ritwik_d_</dc:creator>
      <dc:date>2014-08-15T20:49:23Z</dc:date>
    </item>
    <item>
      <title>To get BVH statistics do the</title>
      <link>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/bvh-statistic/m-p/1024056#M415</link>
      <description>&lt;P&gt;To get BVH statistics do the following:&lt;/P&gt;

&lt;P&gt;&amp;nbsp; Embree 2.0: call rtcSetVerbose(2)&lt;/P&gt;

&lt;P&gt;&amp;nbsp; Embree 2.3.X: call rtcInit("verbose=2")&lt;/P&gt;

&lt;P&gt;To get traversal statistics:&lt;/P&gt;

&lt;P&gt;&amp;nbsp; Embree 2.0 and Embree 2.3: Enable USE_STAT_COUNTERS in cmake (might have to press 't' to get into advanced settings) will enable some internal counters. Call rtcDebug to print the values of these counters. These counters are not thread safe, thus render using one thread only! Do not forget to disable the USE_STAT_COUNTERS again later, as it can be quite expensive on a machine with many cores.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Aug 2014 05:43:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/bvh-statistic/m-p/1024056#M415</guid>
      <dc:creator>SvenW_Intel</dc:creator>
      <dc:date>2014-08-18T05:43:00Z</dc:date>
    </item>
  </channel>
</rss>

