MDS/analysis/14-10__23_38_12.dot
afonsofrancof da20f7966e
Started work on Potential
Unrolled powers
removed duplicate array access on k for
tried starting using omp parallel
2023-10-15 00:56:00 +01:00

14 lines
1.3 KiB
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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="#f53f02", fontcolor="#ffffff", fontsize="10.00", label="main\n93.67%\n(0.00%)"];
1 -> 2 [arrowsize="0.35", color="#0d0e73", fontcolor="#0d0e73", fontsize="10.00", label="0.25%\n1×", labeldistance="0.50", penwidth="0.50"];
1 -> 3 [arrowsize="0.71", color="#10b709", fontcolor="#10b709", fontsize="10.00", label="51.01%\n201×", labeldistance="2.04", penwidth="2.04"];
1 -> 4 [arrowsize="0.65", color="#0aab3b", fontcolor="#0aab3b", fontsize="10.00", label="42.41%\n201×", labeldistance="1.70", penwidth="1.70"];
2 [color="#12b709", fontcolor="#ffffff", fontsize="10.00", label="computeAccelerations()\n51.27%\n(51.27%)\n202×"];
3 [color="#10b709", fontcolor="#ffffff", fontsize="10.00", label="VelocityVerlet(double, int, _IO_FILE*)\n51.01%\n(0.00%)\n201×"];
3 -> 2 [arrowsize="0.71", color="#10b709", fontcolor="#10b709", fontsize="10.00", label="51.01%\n201×", labeldistance="2.04", penwidth="2.04"];
4 [color="#0aab3b", fontcolor="#ffffff", fontsize="10.00", label="Potential()\n42.41%\n(42.41%)\n201×"];
5 [color="#0d297b", fontcolor="#ffffff", fontsize="10.00", label="_init\n6.33%\n(6.33%)"];
}