Skip to content

Commit

Permalink
Removed debugging code.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbikker committed Nov 19, 2024
1 parent 55c162a commit bbf9a48
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tiny_bvh_speedtest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,6 @@ int main()
traceTimeGPU /= 8.0f;
mrays = (float)N / traceTimeGPU;
printf( "%8.1fms for %6.2fM rays => %6.2fMRay/s\n", traceTimeGPU * 1000, (float)N * 1e-6f, mrays * 1e-6f );
dump_bitmap( rays );

#endif

Expand Down

0 comments on commit bbf9a48

Please sign in to comment.