Started work on Potential
Unrolled powers removed duplicate array access on k for tried starting using omp parallel
This commit is contained in:
parent
898e7eeea7
commit
da20f7966e
31 changed files with 4777 additions and 0 deletions
14
analysis/15-10__00_20_24.dot
Normal file
14
analysis/15-10__00_20_24.dot
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
digraph {
|
||||
graph [fontname=Arial, nodesep=0.125, ranksep=0.25];
|
||||
node [fontcolor=white, fontname=Arial, height=0, shape=box, style=filled, width=0];
|
||||
edge [fontname=Arial];
|
||||
1 [color="#fe0400", fontcolor="#ffffff", fontsize="10.00", label="main\n99.62%\n(0.00%)"];
|
||||
1 -> 3 [arrowsize="0.96", color="#f44902", fontcolor="#f44902", fontsize="10.00", label="92.69%\n1×", labeldistance="3.71", penwidth="3.71"];
|
||||
1 -> 5 [arrowsize="0.35", color="#0d2b7c", fontcolor="#0d2b7c", fontsize="10.00", label="6.89%\n201×", labeldistance="0.50", penwidth="0.50"];
|
||||
2 [color="#f44902", fontcolor="#ffffff", fontsize="10.00", label="_dl_relocate_static_pie\n92.69%\n(92.69%)\n3240×"];
|
||||
3 [color="#f44902", fontcolor="#ffffff", fontsize="10.00", label="initializeVelocities()\n92.69%\n(0.00%)\n1×"];
|
||||
3 -> 2 [arrowsize="0.96", color="#f44902", fontcolor="#f44902", fontsize="10.00", label="92.69%\n3240×", labeldistance="3.71", penwidth="3.71"];
|
||||
4 [color="#0d2b7c", fontcolor="#ffffff", fontsize="10.00", label="computeAccelerations()\n6.93%\n(6.93%)\n202×"];
|
||||
5 [color="#0d2b7c", fontcolor="#ffffff", fontsize="10.00", label="VelocityVerlet(double, int, _IO_FILE*)\n6.89%\n(0.00%)\n201×"];
|
||||
5 -> 4 [arrowsize="0.35", color="#0d2b7c", fontcolor="#0d2b7c", fontsize="10.00", label="6.89%\n201×", labeldistance="0.50", penwidth="0.50"];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue