Skip to content
Snippets Groups Projects
Commit c725c820 authored by Lukas Werner's avatar Lukas Werner
Browse files

Added raytracer timing to 02_ConfinedGasExtended

parent f0f2c297
Branches
Tags
No related merge requests found
......@@ -257,7 +257,9 @@ int main( int argc, char ** argv )
}
if ( i % raytracerSkippedSteps == 0) {
tp["Raytracing"].start();
raytracer.rayTrace<BodyTuple>(size_t(i));
tp["Raytracing"].end();
}
}
tp["Total"].end();
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment