We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 467f13f commit 995e788Copy full SHA for 995e788
1 file changed
kernels/bvh/bvh.cpp
@@ -186,7 +186,7 @@ namespace embree
186
{
187
if (!stat) stat.reset(new BVHNStatistics<N>(this));
188
Lock<MutexSys> lock(g_printMutex);
189
- std::cout << "BENCHMARK_BUILD " << dt << " " << double(numPrimitives)/dt << " " << stat->sah() << " " << stat->bytesUsed() /* << " BVH" << N << "<" << primTy.name << ">"*/ << std::endl << std::flush;
+ std::cout << "BENCHMARK_BUILD " << dt << " " << double(numPrimitives)/dt << " " << stat->sah() << " " << stat->bytesUsed() << " BVH" << N << "<" << primTy.name << ">" << std::endl << std::flush;
190
}
191
192
0 commit comments