113
edits
Changes
A-Team
,→Call Graph
======Call Graph======
{| class="wikitable mw-collapsible mw-collapsed"
! NBody Hot Spot Data
|-
| Call graph (explanation follows)
Call graph
Most of the time (99.3%) is spent executing the SaveImage function (Imager::Scene::SaveImage(char const*, unsigned long, unsigned long, double, unsigned long) const). In the additional lodepng code that runs alongside the ray tracer, 94.4% of time is spent in the CalculateLighting function (Imager::Scene::CalculateLighting(Imager::Intersection const&, Imager::Vector const&, double, Imager::Color, int) const).
|}
----
=== Assignment 2 ===