MDS/analysis/15-10__13_37_14.dot
afonsofrancof 44e386f674
2.7 local / 7 search
Merge Potential and Acceleration functions. Still need to optimize more
2023-10-16 01:00:45 +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="#fd0e00", fontcolor="#ffffff", fontsize="10.00", label="main\n98.62%\n(0.00%)"];
1 -> 2 [arrowsize="0.73", color="#1dba09", fontcolor="#1dba09", fontsize="10.00", label="52.76%\n201×", labeldistance="2.11", penwidth="2.11"];
1 -> 3 [arrowsize="0.35", color="#0d0e73", fontcolor="#0d0e73", fontsize="10.00", label="0.23%\n1×", labeldistance="0.50", penwidth="0.50"];
1 -> 4 [arrowsize="0.68", color="#0ab027", fontcolor="#0ab027", fontsize="10.00", label="45.64%\n201×", labeldistance="1.83", penwidth="1.83"];
2 [color="#1dba09", fontcolor="#ffffff", fontsize="10.00", label="Potential()\n52.76%\n(52.76%)\n201×"];
3 [color="#0ab026", fontcolor="#ffffff", fontsize="10.00", label="computeAccelerations()\n45.86%\n(45.86%)\n202×"];
4 [color="#0ab027", fontcolor="#ffffff", fontsize="10.00", label="VelocityVerlet(double, int, _IO_FILE*)\n45.64%\n(0.00%)\n201×"];
4 -> 3 [arrowsize="0.68", color="#0ab027", fontcolor="#0ab027", fontsize="10.00", label="45.64%\n201×", labeldistance="1.83", penwidth="1.83"];
5 [color="#0d1275", fontcolor="#ffffff", fontsize="10.00", label="_init\n1.38%\n(1.38%)"];
}