1
edit
Changes
→Baseline
==== Baseline ====
The following profiles were made under the following compiler and computer settings:
<pre>nvcc main.cpp timer.cpp sim\simbody.cu sim\simulation.cu -DWIN32 -O3</pre>
* i5 2500K @ 4.5Ghz
* Nvidia GTX 560Ti
* Raw computations, no graphics drawn to the screen for unbiased results.
* Random position, velocity and mass for each body.
* Brute force algorithm for calculating the forces (O(n^2)).
==== Initial Profiling ====