Skip to content

Instantly share code, notes, and snippets.

@cycyyy
Last active June 22, 2019 05:41
Show Gist options
  • Save cycyyy/f986460d2fe2a0ffac720e062dd5a80b to your computer and use it in GitHub Desktop.
Save cycyyy/f986460d2fe2a0ffac720e062dd5a80b to your computer and use it in GitHub Desktop.
PERF_COUNT_HW_CPU_CYCLES:9.71%
0x4f9460 py = y + yy ../python/dijkstra.py:141
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 solution = dijkstra(graph) ../python/dijkstra.py:157
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:4.76%
0x4f9460 gx, gy = self.goal ../python/dijkstra.py:93
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 d = graph.dist(px, py) ../python/dijkstra.py:146
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 solution = dijkstra(graph) ../python/dijkstra.py:157
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:4.38%
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph.fill_node(xx, yy) ../python/dijkstra.py:61
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:4.19%
0x4f9460 while r >= n: /usr/lib/python3.6/random.py:234
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 j = randbelow(i+1) /usr/lib/python3.6/random.py:276
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 random.shuffle(possibilities) ../python/dijkstra.py:54
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:3.43%
0x531bd0 PySet_Discard python3
0x55c780 PyObject_RichCompare python3
0x56d750 PyList_AsTuple python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 candidates.sort(reverse=True) ../python/dijkstra.py:123
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 solution = dijkstra(graph) ../python/dijkstra.py:157
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:2.67%
0x56d750 PyList_AsTuple python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 candidates.sort(reverse=True) ../python/dijkstra.py:123
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 solution = dijkstra(graph) ../python/dijkstra.py:157
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:2.29%
0x531bd0 PySet_Discard python3
0x55cb00 PyObject_RichCompareBool python3
0x56d750 PyList_AsTuple python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 candidates.sort(reverse=True) ../python/dijkstra.py:123
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 solution = dijkstra(graph) ../python/dijkstra.py:157
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:2.10%
0x535920 PyObject_GetAttr python3
0x4f9460 if (x, y) not in self.filled: ../python/dijkstra.py:79
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 x, y = graph.random_unfilled() ../python/dijkstra.py:45
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:2.10%
0x535920 PyObject_GetAttr python3
0x4f9460 random = self.random /usr/lib/python3.6/random.py:227
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 j = randbelow(i+1) /usr/lib/python3.6/random.py:276
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 random.shuffle(possibilities) ../python/dijkstra.py:54
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:1.90%
0x558620 _PyLong_GCD python3
0x55c780 PyObject_RichCompare python3
0x55c780 PyObject_RichCompare python3
0x56d750 PyList_AsTuple python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 candidates.sort(reverse=True) ../python/dijkstra.py:123
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 solution = dijkstra(graph) ../python/dijkstra.py:157
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:1.90%
0x55c780 PyObject_RichCompare python3
0x56d750 PyList_AsTuple python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 candidates.sort(reverse=True) ../python/dijkstra.py:123
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 solution = dijkstra(graph) ../python/dijkstra.py:157
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:1.71%
0x4f9460 j = randbelow(i+1) /usr/lib/python3.6/random.py:276
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 random.shuffle(possibilities) ../python/dijkstra.py:54
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:1.71%
0x55c780 PyObject_RichCompare python3
0x55c780 PyObject_RichCompare python3
0x56d750 PyList_AsTuple python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 candidates.sort(reverse=True) ../python/dijkstra.py:123
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 solution = dijkstra(graph) ../python/dijkstra.py:157
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:1.71%
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 j = randbelow(i+1) /usr/lib/python3.6/random.py:276
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 random.shuffle(possibilities) ../python/dijkstra.py:54
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:1.52%
0x4f9460 return elem in self.filled ../python/dijkstra.py:105
0x4f3f70 _PyFunction_FastCallDict python3
0x5a0ea0 PyBytes_Size python3
0x57c400 _PyObject_FastCallDict python3
0x515360 _PyUnicode_FromId python3
0x4f9460 if (xx, yy) not in graph: ../python/dijkstra.py:60
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:1.52%
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 if graph.valid(px, py)\ ../python/dijkstra.py:143
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 solution = dijkstra(graph) ../python/dijkstra.py:157
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:1.33%
0x4f9460 if istop != stop: /usr/lib/python3.6/random.py:193
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 return self.randrange(a, b+1) /usr/lib/python3.6/random.py:221
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 y = random.randint(0, self.height - 1) ../python/dijkstra.py:78
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 x, y = graph.random_unfilled() ../python/dijkstra.py:45
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:1.14%
0x4f3f70 _PyFunction_FastCallDict python3
0x5a0ea0 PyBytes_Size python3
0x57c400 _PyObject_FastCallDict python3
0x515360 _PyUnicode_FromId python3
0x4f9460 and new_point not in graph\ ../python/dijkstra.py:144
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 solution = dijkstra(graph) ../python/dijkstra.py:157
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:1.14%
0x55c780 PyObject_RichCompare python3
0x55cb00 PyObject_RichCompareBool python3
0x56d750 PyList_AsTuple python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 candidates.sort(reverse=True) ../python/dijkstra.py:123
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 solution = dijkstra(graph) ../python/dijkstra.py:157
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:1.14%
0x57c400 _PyObject_FastCallDict python3
0x515360 _PyUnicode_FromId python3
0x4f9460 and new_point not in graph\ ../python/dijkstra.py:144
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 solution = dijkstra(graph) ../python/dijkstra.py:157
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:1.14%
0x5536a0 PyDict_MergeFromSeq2 python3
0x55c670 PyDict_Contains python3
0x4f9460 and new_point not in via: ../python/dijkstra.py:145
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 solution = dijkstra(graph) ../python/dijkstra.py:157
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.95%
0x558620 _PyLong_GCD python3
0x531bd0 PySet_Discard python3
0x55cb00 PyObject_RichCompareBool python3
0x56d750 PyList_AsTuple python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 candidates.sort(reverse=True) ../python/dijkstra.py:123
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 solution = dijkstra(graph) ../python/dijkstra.py:157
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.95%
0x558620 _PyLong_GCD python3
0x531bd0 PySet_Discard python3
0x55c780 PyObject_RichCompare python3
0x56d750 PyList_AsTuple python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 candidates.sort(reverse=True) ../python/dijkstra.py:123
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 solution = dijkstra(graph) ../python/dijkstra.py:157
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.95%
0x54dd40 PyDict_SetItem python3
0x57aec0 PyNumber_Add python3
0x4f9460 px = x + xx ../python/dijkstra.py:140
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 solution = dijkstra(graph) ../python/dijkstra.py:157
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.95%
0x5481f0 PyType_GenericAlloc python3
0x57bea0 PyObject_GetIter python3
0x4f9460 for yy in (-1, 0, 1): ../python/dijkstra.py:51
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.95%
0x53f0d0 _PyTuple_Resize python3
0x515360 _PyUnicode_FromId python3
0x4f9460 if (xx, yy) not in graph: ../python/dijkstra.py:60
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.95%
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 r = getrandbits(k) /usr/lib/python3.6/random.py:235
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 j = randbelow(i+1) /usr/lib/python3.6/random.py:276
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 random.shuffle(possibilities) ../python/dijkstra.py:54
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.95%
0x5379b0 PySlice_New python3
0x4f9460 return elem in self.filled ../python/dijkstra.py:105
0x4f3f70 _PyFunction_FastCallDict python3
0x5a0ea0 PyBytes_Size python3
0x57c400 _PyObject_FastCallDict python3
0x515360 _PyUnicode_FromId python3
0x4f9460 if (xx, yy) not in graph: ../python/dijkstra.py:60
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.76%
0x4c4960 PyDictProxy_New python3
0x535920 PyObject_GetAttr python3
0x4f9460 getrandbits = self.getrandbits /usr/lib/python3.6/random.py:228
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 j = randbelow(i+1) /usr/lib/python3.6/random.py:276
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 random.shuffle(possibilities) ../python/dijkstra.py:54
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.76%
0x57ea70 _PyObject_FastCallKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 if type(random) is BuiltinMethod or type(getrandbits) is Method: /usr/lib/python3.6/random.py:231
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 j = randbelow(i+1) /usr/lib/python3.6/random.py:276
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 random.shuffle(possibilities) ../python/dijkstra.py:54
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.76%
0x531830 PySlice_AdjustIndices python3
0x4f9460 new_point = (px, py) ../python/dijkstra.py:142
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 solution = dijkstra(graph) ../python/dijkstra.py:157
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.76%
0x569270 PyLong_FromUnsignedLong python3
0x524910 PyAST_FromNode python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 r = getrandbits(k) # 0 <= r < 2**k /usr/lib/python3.6/random.py:233
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 j = randbelow(i+1) /usr/lib/python3.6/random.py:276
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 random.shuffle(possibilities) ../python/dijkstra.py:54
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.76%
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 return istart + self._randbelow(width) /usr/lib/python3.6/random.py:197
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 return self.randrange(a, b+1) /usr/lib/python3.6/random.py:221
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 y = random.randint(0, self.height - 1) ../python/dijkstra.py:78
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 x, y = graph.random_unfilled() ../python/dijkstra.py:45
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.76%
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 j = randbelow(i+1) /usr/lib/python3.6/random.py:276
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 random.shuffle(possibilities) ../python/dijkstra.py:54
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.76%
0x535920 PyObject_GetAttr python3
0x4f9460 return elem in self.filled ../python/dijkstra.py:105
0x4f3f70 _PyFunction_FastCallDict python3
0x5a0ea0 PyBytes_Size python3
0x57c400 _PyObject_FastCallDict python3
0x515360 _PyUnicode_FromId python3
0x4f9460 if (xx, yy) not in graph: ../python/dijkstra.py:60
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.76%
0x5557a0 _PyDict_LoadGlobal python3
0x535920 PyObject_GetAttr python3
0x4f9460 if x >= self.width or y >= self.height: ../python/dijkstra.py:88
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 if graph.valid(px, py)\ ../python/dijkstra.py:143
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 solution = dijkstra(graph) ../python/dijkstra.py:157
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.76%
0x558620 _PyLong_GCD python3
0x55c780 PyObject_RichCompare python3
0x4f9460 if x >= self.width or y >= self.height: ../python/dijkstra.py:88
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 if not graph.valid(xx, yy): ../python/dijkstra.py:58
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.76%
0x566ea0 PyLong_FromSsize_t python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 possibilities.append((xx, yy)) ../python/dijkstra.py:52
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.76%
0x5a1770 PyBytes_Size python3
0x515360 _PyUnicode_FromId python3
0x4f9460 and new_point not in graph\ ../python/dijkstra.py:144
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 solution = dijkstra(graph) ../python/dijkstra.py:157
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.76%
0x535920 PyObject_GetAttr python3
0x4f9460 getrandbits = self.getrandbits /usr/lib/python3.6/random.py:228
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 return istart + self._randbelow(width) /usr/lib/python3.6/random.py:197
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 return self.randrange(a, b+1) /usr/lib/python3.6/random.py:221
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 x = random.randint(0, self.width - 1) ../python/dijkstra.py:77
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 x, y = graph.random_unfilled() ../python/dijkstra.py:45
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.76%
0x55eaf0 _PyObject_New python3
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 return istart + self._randbelow(width) /usr/lib/python3.6/random.py:197
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 return self.randrange(a, b+1) /usr/lib/python3.6/random.py:221
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 x = random.randint(0, self.width - 1) ../python/dijkstra.py:77
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 x, y = graph.random_unfilled() ../python/dijkstra.py:45
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.57%
0x534940 PyTuple_New python3
0x4f9460 candidates.append((d, new_point)) ../python/dijkstra.py:147
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 solution = dijkstra(graph) ../python/dijkstra.py:157
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.57%
0x535920 PyObject_GetAttr python3
0x4f9460 d = graph.dist(px, py) ../python/dijkstra.py:146
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 solution = dijkstra(graph) ../python/dijkstra.py:157
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.57%
0x558620 _PyLong_GCD python3
0x55c780 PyObject_RichCompare python3
0x55cb00 PyObject_RichCompareBool python3
0x56d750 PyList_AsTuple python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 candidates.sort(reverse=True) ../python/dijkstra.py:123
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 solution = dijkstra(graph) ../python/dijkstra.py:157
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.57%
0x4f9460 while r >= n: /usr/lib/python3.6/random.py:234
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 return istart + self._randbelow(width) /usr/lib/python3.6/random.py:197
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 return self.randrange(a, b+1) /usr/lib/python3.6/random.py:221
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 y = random.randint(0, self.height - 1) ../python/dijkstra.py:78
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 x, y = graph.random_unfilled() ../python/dijkstra.py:45
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.57%
0x53c0d0 PyType_GenericNew python3
0x4f9460 for yy in (-1, 0, 1): ../python/dijkstra.py:51
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.57%
0x55eaf0 _PyObject_New python3
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 j = randbelow(i+1) /usr/lib/python3.6/random.py:276
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 random.shuffle(possibilities) ../python/dijkstra.py:54
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.57%
0x55c780 PyObject_RichCompare python3
0x4f9460 while r >= n: /usr/lib/python3.6/random.py:234
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 j = randbelow(i+1) /usr/lib/python3.6/random.py:276
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 random.shuffle(possibilities) ../python/dijkstra.py:54
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.57%
0x5557a0 _PyDict_LoadGlobal python3
0x535920 PyObject_GetAttr python3
0x4f9460 graph.fill_node(xx, yy) ../python/dijkstra.py:61
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.57%
0x535920 PyObject_GetAttr python3
0x4f9460 randbelow = self._randbelow /usr/lib/python3.6/random.py:273
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 random.shuffle(possibilities) ../python/dijkstra.py:54
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.57%
0x4d4de0 PyArg_ParseTupleAndKeywords python3
0x4d6f60 PyArg_ParseTuple python3
0x524910 PyAST_FromNode python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 r = getrandbits(k) # 0 <= r < 2**k /usr/lib/python3.6/random.py:233
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 j = randbelow(i+1) /usr/lib/python3.6/random.py:276
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 random.shuffle(possibilities) ../python/dijkstra.py:54
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.57%
0x56c690 PyList_GetItem python3
0x4f9460 x[i], x[j] = x[j], x[i] /usr/lib/python3.6/random.py:277
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 random.shuffle(possibilities) ../python/dijkstra.py:54
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.57%
0x56a640 PySeqIter_New python3
0x535920 PyObject_GetAttr python3
0x4f9460 return istart + self._randbelow(width) /usr/lib/python3.6/random.py:197
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 return self.randrange(a, b+1) /usr/lib/python3.6/random.py:221
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 x = random.randint(0, self.width - 1) ../python/dijkstra.py:77
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 x, y = graph.random_unfilled() ../python/dijkstra.py:45
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.57%
0x57ea70 _PyObject_FastCallKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 istart = _int(start) /usr/lib/python3.6/random.py:183
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 return self.randrange(a, b+1) /usr/lib/python3.6/random.py:221
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 y = random.randint(0, self.height - 1) ../python/dijkstra.py:78
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 x, y = graph.random_unfilled() ../python/dijkstra.py:45
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.38%
0x533380 PyCapsule_New python3
0x5379b0 PySlice_New python3
0x4f9460 return elem in self.filled ../python/dijkstra.py:105
0x4f3f70 _PyFunction_FastCallDict python3
0x5a0ea0 PyBytes_Size python3
0x57c400 _PyObject_FastCallDict python3
0x515360 _PyUnicode_FromId python3
0x4f9460 and new_point not in graph\ ../python/dijkstra.py:144
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 solution = dijkstra(graph) ../python/dijkstra.py:157
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.38%
0x5494a0 PyType_GenericAlloc python3
0x533380 PyCapsule_New python3
0x5336b0 PySet_Contains python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 self.filled.add((x, y)) ../python/dijkstra.py:83
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph.fill_node(xx, yy) ../python/dijkstra.py:61
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.38%
0x4c2b10 PyParser_Delete python3
0x57d3b0 PyObject_CallFunctionObjArgs python3
0x4c6520 _Py_bytes_endswith python3
0x53ed90 _PyTuple_Resize python3
0x57ea70 _PyObject_FastCallKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 for i in reversed(range(1, len(x))): /usr/lib/python3.6/random.py:274
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 random.shuffle(possibilities) ../python/dijkstra.py:54
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.38%
0x4f9460 and new_point not in graph\ ../python/dijkstra.py:144
0x4f3f70 _PyFunction_FastCallDict python3
0x5a0ea0 PyBytes_Size python3
0x57c400 _PyObject_FastCallDict python3
0x515360 _PyUnicode_FromId python3
0x4f9460 solution = dijkstra(graph) ../python/dijkstra.py:157
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.38%
0x580100 PyNumber_AsSsize_t python3
0x56c1c0 PyList_SetSlice python3
0x4f9460 x[i], x[j] = x[j], x[i] /usr/lib/python3.6/random.py:277
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 random.shuffle(possibilities) ../python/dijkstra.py:54
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.38%
0x531bd0 PySet_Discard python3
0x55cb00 PyObject_RichCompareBool python3
0x565620 _PyLong_Sign python3
0x56a7e0 PyFrame_BlockSetup python3
0x56d750 PyList_AsTuple python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 candidates.sort(reverse=True) ../python/dijkstra.py:123
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 solution = dijkstra(graph) ../python/dijkstra.py:157
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.38%
0x5a8370 PyUnicode_CompareWithASCIIString python3
0x552a80 PyDict_GetItem python3
0x4d1f70 PyArg_ValidateKeywordArguments python3
0x4d4cc0 PyArg_ParseTupleAndKeywords python3
0x56d750 PyList_AsTuple python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 candidates.sort(reverse=True) ../python/dijkstra.py:123
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 solution = dijkstra(graph) ../python/dijkstra.py:157
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.38%
0x533380 PyCapsule_New python3
0x5336b0 PySet_Contains python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 self.filled.add((x, y)) ../python/dijkstra.py:83
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph.fill_node(x, y) ../python/dijkstra.py:48
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.38%
0x587ed0 PyObject_GetItem python3
0x4f9460 x[i], x[j] = x[j], x[i] /usr/lib/python3.6/random.py:277
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 random.shuffle(possibilities) ../python/dijkstra.py:54
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.38%
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 j = randbelow(i+1) /usr/lib/python3.6/random.py:276
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 random.shuffle(possibilities) ../python/dijkstra.py:54
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.38%
0x52d320 PyUnicode_DecodeUTF8Stateful python3
0x4d1f70 PyArg_ValidateKeywordArguments python3
0x4d4cc0 PyArg_ParseTupleAndKeywords python3
0x56d750 PyList_AsTuple python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 candidates.sort(reverse=True) ../python/dijkstra.py:123
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 solution = dijkstra(graph) ../python/dijkstra.py:157
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.38%
0x4f9460 return self.randrange(a, b+1) /usr/lib/python3.6/random.py:221
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 y = random.randint(0, self.height - 1) ../python/dijkstra.py:78
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 x, y = graph.random_unfilled() ../python/dijkstra.py:45
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.38%
0x549630 PyType_GenericAlloc python3
0x4f9460 d = graph.dist(px, py) ../python/dijkstra.py:146
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 solution = dijkstra(graph) ../python/dijkstra.py:157
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.38%
0x57aec0 PyNumber_Add python3
0x4f9460 yy = y + py ../python/dijkstra.py:57
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.38%
0x4c4960 PyDictProxy_New python3
0x535920 PyObject_GetAttr python3
0x4f9460 possibilities.append((xx, yy)) ../python/dijkstra.py:52
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.38%
0x4c4960 PyDictProxy_New python3
0x535920 PyObject_GetAttr python3
0x4f9460 random = self.random /usr/lib/python3.6/random.py:227
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 return istart + self._randbelow(width) /usr/lib/python3.6/random.py:197
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 return self.randrange(a, b+1) /usr/lib/python3.6/random.py:221
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 y = random.randint(0, self.height - 1) ../python/dijkstra.py:78
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 x, y = graph.random_unfilled() ../python/dijkstra.py:45
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.38%
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 if type(random) is BuiltinMethod or type(getrandbits) is Method: /usr/lib/python3.6/random.py:231
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 return istart + self._randbelow(width) /usr/lib/python3.6/random.py:197
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 return self.randrange(a, b+1) /usr/lib/python3.6/random.py:221
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 y = random.randint(0, self.height - 1) ../python/dijkstra.py:78
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 x, y = graph.random_unfilled() ../python/dijkstra.py:45
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.38%
0x546400 PyType_GenericAlloc python3
0x53ed90 _PyTuple_Resize python3
0x57ea70 _PyObject_FastCallKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 if type(random) is BuiltinMethod or type(getrandbits) is Method: /usr/lib/python3.6/random.py:231
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 j = randbelow(i+1) /usr/lib/python3.6/random.py:276
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 random.shuffle(possibilities) ../python/dijkstra.py:54
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.38%
0x565620 _PyLong_Sign python3
0x56a7e0 PyFrame_BlockSetup python3
0x56d750 PyList_AsTuple python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 candidates.sort(reverse=True) ../python/dijkstra.py:123
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 solution = dijkstra(graph) ../python/dijkstra.py:157
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.19%
0x52d320 PyUnicode_DecodeUTF8Stateful python3
0x4c7780 _Py_bytes_find python3
0x53fdc0 PyType_Ready python3
0x5d50f0 PyInit__io python3
0x4d7960 _PyImport_FixupExtensionObject python3
0x562330 PyCFunction_Call python3
0x4f9460 <frozen importlib._bootstrap>:219
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 <frozen importlib._bootstrap>:734
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 <frozen importlib._bootstrap>:571
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 <frozen importlib._bootstrap>:658
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 <frozen importlib._bootstrap>:1101
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 <frozen importlib._bootstrap_external>:1386
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 <frozen importlib._bootstrap_external>:1440
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 <frozen importlib._bootstrap>:1161
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x56fd10 _PyList_Extend python3
0x57c2c0 PyObject_Call python3
0x621b70 PyObject_CallMethod python3
0x643970 PyRun_AnyFileExFlags python3
0x643a70 _Py_InitializeEx_Private python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.19%
0x57aec0 PyNumber_Add python3
0x4f9460 return self.randrange(a, b+1) /usr/lib/python3.6/random.py:221
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 x = random.randint(0, self.width - 1) ../python/dijkstra.py:77
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 x, y = graph.random_unfilled() ../python/dijkstra.py:45
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.19%
0x531bd0 PySet_Discard python3
0x55cb00 PyObject_RichCompareBool python3
0x5379b0 PySlice_New python3
0x4f9460 return elem in self.filled ../python/dijkstra.py:105
0x4f3f70 _PyFunction_FastCallDict python3
0x5a0ea0 PyBytes_Size python3
0x57c400 _PyObject_FastCallDict python3
0x515360 _PyUnicode_FromId python3
0x4f9460 if (xx, yy) not in graph: ../python/dijkstra.py:60
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.19%
0x554d60 PyDict_SetDefault python3
0x555270 _PyDict_LoadGlobal python3
0x4f9460 except IndexError: /usr/lib/python3.6/sre_parse.py:236
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 self.__next() /usr/lib/python3.6/sre_parse.py:255
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 this = sourceget() /usr/lib/python3.6/sre_parse.py:520
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 not nested and not items)) /usr/lib/python3.6/sre_parse.py:416
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 p = _parse_sub(source, pattern, flags & SRE_FLAG_VERBOSE, 0) /usr/lib/python3.6/sre_parse.py:855
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 p = sre_parse.parse(p, flags) /usr/lib/python3.6/sre_compile.py:562
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 p = sre_compile.compile(pattern, flags) /usr/lib/python3.6/re.py:301
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 return _compile(pattern, flags) /usr/lib/python3.6/re.py:233
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 _percent_re = re.compile(r'%(?:\((?P<key>.*?)\))?' /usr/lib/python3.6/locale.py:180
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x517800 _PyUnicode_FromId python3
0x562330 PyCFunction_Call python3
0x4f9460 <frozen importlib._bootstrap>:219
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 <frozen importlib._bootstrap_external>:678
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 <frozen importlib._bootstrap>:665
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 <frozen importlib._bootstrap>:955
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 <frozen importlib._bootstrap>:971
0x4f3f70 _PyFunction_FastCallDict python3
0x57c400 _PyObject_FastCallDict python3
0x57cb70 _PyObject_CallMethodIdObjArgs python3
0x4cf3d0 PyImport_ImportModuleLevelObject python3
0x4f9460 import locale, copy, io, os, re, struct, sys /usr/lib/python3.6/gettext.py:49
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x517800 _PyUnicode_FromId python3
0x562330 PyCFunction_Call python3
0x4f9460 <frozen importlib._bootstrap>:219
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 <frozen importlib._bootstrap_external>:678
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 <frozen importlib._bootstrap>:665
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 <frozen importlib._bootstrap>:955
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 <frozen importlib._bootstrap>:971
0x4f3f70 _PyFunction_FastCallDict python3
0x57c400 _PyObject_FastCallDict python3
0x57cb70 _PyObject_CallMethodIdObjArgs python3
0x4cf3d0 PyImport_ImportModuleLevelObject python3
0x4f9460 from gettext import gettext as _, ngettext /usr/lib/python3.6/argparse.py:94
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x517800 _PyUnicode_FromId python3
0x562330 PyCFunction_Call python3
0x4f9460 <frozen importlib._bootstrap>:219
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 <frozen importlib._bootstrap_external>:678
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 <frozen importlib._bootstrap>:665
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 <frozen importlib._bootstrap>:955
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 <frozen importlib._bootstrap>:971
0x4f3f70 _PyFunction_FastCallDict python3
0x57c400 _PyObject_FastCallDict python3
0x57cb70 _PyObject_CallMethodIdObjArgs python3
0x4cf3d0 PyImport_ImportModuleLevelObject python3
0x4f9460 import argparse ../python/dijkstra.py:15
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.19%
0x612b50 PyFrozenSet_New python3
0x561cf0 _PyCFunction_FastCallDict python3
0x57d3b0 PyObject_CallFunctionObjArgs python3
0x4c6520 _Py_bytes_endswith python3
0x53ed90 _PyTuple_Resize python3
0x57ea70 _PyObject_FastCallKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 for i in reversed(range(1, len(x))): /usr/lib/python3.6/random.py:274
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 random.shuffle(possibilities) ../python/dijkstra.py:54
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.19%
0x4f9460 d = graph.dist(px, py) ../python/dijkstra.py:146
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 solution = dijkstra(graph) ../python/dijkstra.py:157
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.19%
0x7f5d1f073b90 OPENSSL_LH_node_usage_stats /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1
0x7f5d1f073e40 OPENSSL_LH_insert /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1
0x7f5d1f052740 ENGINE_set_RSA /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1
0x7f5d1f0528d0 ERR_load_ERR_strings /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1
0x7f5d1f052a80 ERR_load_strings_const /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1
0x7f5d1f108a90 ERR_load_X509V3_strings /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1
0x7f5d1f053a70 ERR_clear_last_mark /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1
0x7f5d1f0717d0 HMAC_CTX_get_md /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1
0x7f5d27f59770 __pthread_once_slow /lib/x86_64-linux-gnu/libpthread.so.0
0x7f5d1f0da670 CRYPTO_THREAD_run_once /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1
0x7f5d1f071a70 OPENSSL_init_crypto /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1
0x7f5d1f3c9270 PyInit__hashlib /usr/lib/python3.6/lib-dynload/_hashlib.cpython-36m-x86_64-linux-gnu.so
0x5e40f0 _PyImport_LoadDynamicModuleWithSpec python3
0x5e4470 _PyImport_LoadDynamicModuleWithSpec python3
0x562330 PyCFunction_Call python3
0x4f9460 <frozen importlib._bootstrap>:219
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 <frozen importlib._bootstrap_external>:922
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 <frozen importlib._bootstrap>:571
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 <frozen importlib._bootstrap>:658
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 <frozen importlib._bootstrap>:955
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 <frozen importlib._bootstrap>:971
0x4f3f70 _PyFunction_FastCallDict python3
0x57c400 _PyObject_FastCallDict python3
0x57cb70 _PyObject_CallMethodIdObjArgs python3
0x4cf3d0 PyImport_ImportModuleLevelObject python3
0x4f9460 import _hashlib /usr/lib/python3.6/hashlib.py:160
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x517800 _PyUnicode_FromId python3
0x562330 PyCFunction_Call python3
0x4f9460 <frozen importlib._bootstrap>:219
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 <frozen importlib._bootstrap_external>:678
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 <frozen importlib._bootstrap>:665
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 <frozen importlib._bootstrap>:955
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 <frozen importlib._bootstrap>:971
0x4f3f70 _PyFunction_FastCallDict python3
0x57c400 _PyObject_FastCallDict python3
0x57cb70 _PyObject_CallMethodIdObjArgs python3
0x4cf3d0 PyImport_ImportModuleLevelObject python3
0x4f9460 from hashlib import sha512 as _sha512 /usr/lib/python3.6/random.py:46
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x517800 _PyUnicode_FromId python3
0x562330 PyCFunction_Call python3
0x4f9460 <frozen importlib._bootstrap>:219
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 <frozen importlib._bootstrap_external>:678
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 <frozen importlib._bootstrap>:665
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 <frozen importlib._bootstrap>:955
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 <frozen importlib._bootstrap>:971
0x4f3f70 _PyFunction_FastCallDict python3
0x57c400 _PyObject_FastCallDict python3
0x57cb70 _PyObject_CallMethodIdObjArgs python3
0x4cf3d0 PyImport_ImportModuleLevelObject python3
0x4f9460 import random ../python/dijkstra.py:18
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.19%
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 return self.randrange(a, b+1) /usr/lib/python3.6/random.py:221
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 x = random.randint(0, self.width - 1) ../python/dijkstra.py:77
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 x, y = graph.random_unfilled() ../python/dijkstra.py:45
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.19%
0x535920 PyObject_GetAttr python3
0x4f9460 return istart + self._randbelow(width) /usr/lib/python3.6/random.py:197
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 return self.randrange(a, b+1) /usr/lib/python3.6/random.py:221
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 x = random.randint(0, self.width - 1) ../python/dijkstra.py:77
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 x, y = graph.random_unfilled() ../python/dijkstra.py:45
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.19%
0x54d4a0 PyDict_SetItem python3
0x53a590 _PyObject_GenericSetAttrWithDict python3
0x53bb10 PyObject_SetAttr python3
0x4f9460 <frozen importlib._bootstrap>:544
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 <frozen importlib._bootstrap>:577
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 <string>:1
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x6417f0 PyRun_StringFlags python3
0x517800 _PyUnicode_FromId python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 exec(line) /usr/lib/python3.6/site.py:174
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 addpackage(sitedir, name, known_paths) /usr/lib/python3.6/site.py:213
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 addsitedir(sitedir, known_paths) /usr/lib/python3.6/site.py:345
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 known_paths = addsitepackages(known_paths) /usr/lib/python3.6/site.py:557
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() /usr/lib/python3.6/site.py:570
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x517800 _PyUnicode_FromId python3
0x562330 PyCFunction_Call python3
0x4f9460 <frozen importlib._bootstrap>:219
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 <frozen importlib._bootstrap_external>:678
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 <frozen importlib._bootstrap>:665
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 <frozen importlib._bootstrap>:955
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 <frozen importlib._bootstrap>:971
0x4f3f70 _PyFunction_FastCallDict python3
0x57c400 _PyObject_FastCallDict python3
0x57cb70 _PyObject_CallMethodIdObjArgs python3
0x4cf3d0 PyImport_ImportModuleLevelObject python3
0x501fe0 _PyEval_EvalFrameDefault python3
0x562330 PyCFunction_Call python3
0x57c2c0 PyObject_Call python3
0x57d150 PyObject_CallFunction python3
0x4cfb60 PyImport_Import python3
0x4cfea0 PyImport_ImportModule python3
0x643950 PyRun_AnyFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.19%
0x56a640 PySeqIter_New python3
0x535920 PyObject_GetAttr python3
0x4f9460 return self.randrange(a, b+1) /usr/lib/python3.6/random.py:221
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 x = random.randint(0, self.width - 1) ../python/dijkstra.py:77
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 x, y = graph.random_unfilled() ../python/dijkstra.py:45
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.19%
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 return self.randrange(a, b+1) /usr/lib/python3.6/random.py:221
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 x = random.randint(0, self.width - 1) ../python/dijkstra.py:77
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 x, y = graph.random_unfilled() ../python/dijkstra.py:45
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.19%
0x4f9460 <frozen importlib._bootstrap>:110
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 <frozen importlib._bootstrap>:152
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f3f70 _PyFunction_FastCallDict python3
0x5a0ea0 PyBytes_Size python3
0x57d3b0 PyObject_CallFunctionObjArgs python3
0x4f9460 <frozen importlib._bootstrap>:971
0x4f3f70 _PyFunction_FastCallDict python3
0x57c400 _PyObject_FastCallDict python3
0x57cb70 _PyObject_CallMethodIdObjArgs python3
0x4cf3d0 PyImport_ImportModuleLevelObject python3
0x4f9460 import os /usr/lib/python3.6/site.py:79
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x517800 _PyUnicode_FromId python3
0x562330 PyCFunction_Call python3
0x4f9460 <frozen importlib._bootstrap>:219
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 <frozen importlib._bootstrap_external>:678
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 <frozen importlib._bootstrap>:665
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 <frozen importlib._bootstrap>:955
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 <frozen importlib._bootstrap>:971
0x4f3f70 _PyFunction_FastCallDict python3
0x57c400 _PyObject_FastCallDict python3
0x57cb70 _PyObject_CallMethodIdObjArgs python3
0x4cf3d0 PyImport_ImportModuleLevelObject python3
0x501fe0 _PyEval_EvalFrameDefault python3
0x562330 PyCFunction_Call python3
0x57c2c0 PyObject_Call python3
0x57d150 PyObject_CallFunction python3
0x4cfb60 PyImport_Import python3
0x4cfea0 PyImport_ImportModule python3
0x643950 PyRun_AnyFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.19%
0x4d4de0 PyArg_ParseTupleAndKeywords python3
0x4d6f60 PyArg_ParseTuple python3
0x524910 PyAST_FromNode python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 r = getrandbits(k) # 0 <= r < 2**k /usr/lib/python3.6/random.py:233
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 return istart + self._randbelow(width) /usr/lib/python3.6/random.py:197
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 return self.randrange(a, b+1) /usr/lib/python3.6/random.py:221
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 x = random.randint(0, self.width - 1) ../python/dijkstra.py:77
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 x, y = graph.random_unfilled() ../python/dijkstra.py:45
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.19%
0x7f5d282f6fa0 __nss_passwd_lookup /lib/x86_64-linux-gnu/libc.so.6
0x4d1f70 PyArg_ValidateKeywordArguments python3
0x4d4cc0 PyArg_ParseTupleAndKeywords python3
0x55a5c0 _PyLong_FromBytes python3
0x53ed90 _PyTuple_Resize python3
0x57ea70 _PyObject_FastCallKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 istart = _int(start) /usr/lib/python3.6/random.py:183
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 return self.randrange(a, b+1) /usr/lib/python3.6/random.py:221
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 x = random.randint(0, self.width - 1) ../python/dijkstra.py:77
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 x, y = graph.random_unfilled() ../python/dijkstra.py:45
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.19%
0x55eaf0 _PyObject_New python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 k = n.bit_length() # don't use (n-1) here because n can be 1 /usr/lib/python3.6/random.py:232
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 j = randbelow(i+1) /usr/lib/python3.6/random.py:276
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 random.shuffle(possibilities) ../python/dijkstra.py:54
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.19%
0x531830 PySlice_AdjustIndices python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 r = getrandbits(k) # 0 <= r < 2**k /usr/lib/python3.6/random.py:233
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 j = randbelow(i+1) /usr/lib/python3.6/random.py:276
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 random.shuffle(possibilities) ../python/dijkstra.py:54
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.19%
0x57ea70 _PyObject_FastCallKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 if type(random) is BuiltinMethod or type(getrandbits) is Method: /usr/lib/python3.6/random.py:231
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 return istart + self._randbelow(width) /usr/lib/python3.6/random.py:197
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 return self.randrange(a, b+1) /usr/lib/python3.6/random.py:221
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 y = random.randint(0, self.height - 1) ../python/dijkstra.py:78
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 x, y = graph.random_unfilled() ../python/dijkstra.py:45
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.19%
0x558620 _PyLong_GCD python3
0x55c780 PyObject_RichCompare python3
0x4f9460 while r >= n: /usr/lib/python3.6/random.py:234
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 j = randbelow(i+1) /usr/lib/python3.6/random.py:276
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 random.shuffle(possibilities) ../python/dijkstra.py:54
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.19%
0x5557a0 _PyDict_LoadGlobal python3
0x535920 PyObject_GetAttr python3
0x4f9460 if logger.level: /usr/lib/python3.6/logging/__init__.py:1539
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 return level >= self.getEffectiveLevel() /usr/lib/python3.6/logging/__init__.py:1550
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 if self.isEnabledFor(INFO): /usr/lib/python3.6/logging/__init__.py:1307
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 log.info('goal = %s', graph.goal) ../python/dijkstra.py:156
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.19%
0x5557a0 _PyDict_LoadGlobal python3
0x535920 PyObject_GetAttr python3
0x4f9460 getrandbits = self.getrandbits /usr/lib/python3.6/random.py:228
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 j = randbelow(i+1) /usr/lib/python3.6/random.py:276
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 random.shuffle(possibilities) ../python/dijkstra.py:54
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.19%
0x4d1f70 PyArg_ValidateKeywordArguments python3
0x4d4cc0 PyArg_ParseTupleAndKeywords python3
0x55a5c0 _PyLong_FromBytes python3
0x53ed90 _PyTuple_Resize python3
0x57ea70 _PyObject_FastCallKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 istop = _int(stop) /usr/lib/python3.6/random.py:192
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 return self.randrange(a, b+1) /usr/lib/python3.6/random.py:221
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 y = random.randint(0, self.height - 1) ../python/dijkstra.py:78
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 x, y = graph.random_unfilled() ../python/dijkstra.py:45
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.19%
0x55c780 PyObject_RichCompare python3
0x4f9460 if istart != start: /usr/lib/python3.6/random.py:184
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 return self.randrange(a, b+1) /usr/lib/python3.6/random.py:221
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 y = random.randint(0, self.height - 1) ../python/dijkstra.py:78
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 x, y = graph.random_unfilled() ../python/dijkstra.py:45
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.19%
0x53ed90 _PyTuple_Resize python3
0x57ea70 _PyObject_FastCallKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 istop = _int(stop) /usr/lib/python3.6/random.py:192
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 return self.randrange(a, b+1) /usr/lib/python3.6/random.py:221
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 x = random.randint(0, self.width - 1) ../python/dijkstra.py:77
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 x, y = graph.random_unfilled() ../python/dijkstra.py:45
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.19%
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 return istart + self._randbelow(width) /usr/lib/python3.6/random.py:197
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 return self.randrange(a, b+1) /usr/lib/python3.6/random.py:221
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 y = random.randint(0, self.height - 1) ../python/dijkstra.py:78
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 x, y = graph.random_unfilled() ../python/dijkstra.py:45
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.19%
0x54dd40 PyDict_SetItem python3
0x57aec0 PyNumber_Add python3
0x4f9460 return istart + self._randbelow(width) /usr/lib/python3.6/random.py:197
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 return self.randrange(a, b+1) /usr/lib/python3.6/random.py:221
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 y = random.randint(0, self.height - 1) ../python/dijkstra.py:78
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 x, y = graph.random_unfilled() ../python/dijkstra.py:45
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.19%
0x54daa0 PyDict_SetItem python3
0x579a40 _PyStack_AsTuple python3
0x539380 PySet_New python3
0x53ed90 _PyTuple_Resize python3
0x57ea70 _PyObject_FastCallKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 for i in reversed(range(1, len(x))): /usr/lib/python3.6/random.py:274
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 random.shuffle(possibilities) ../python/dijkstra.py:54
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.19%
0x558620 _PyLong_GCD python3
0x55cb00 PyObject_RichCompareBool python3
0x539380 PySet_New python3
0x53ed90 _PyTuple_Resize python3
0x57ea70 _PyObject_FastCallKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 for i in reversed(range(1, len(x))): /usr/lib/python3.6/random.py:274
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 random.shuffle(possibilities) ../python/dijkstra.py:54
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.19%
0x57aec0 PyNumber_Add python3
0x4f9460 return istart + self._randbelow(width) /usr/lib/python3.6/random.py:197
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 return self.randrange(a, b+1) /usr/lib/python3.6/random.py:221
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 y = random.randint(0, self.height - 1) ../python/dijkstra.py:78
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 x, y = graph.random_unfilled() ../python/dijkstra.py:45
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.19%
0x579a40 _PyStack_AsTuple python3
0x4f9460 width = istop - istart /usr/lib/python3.6/random.py:195
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 return self.randrange(a, b+1) /usr/lib/python3.6/random.py:221
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 x = random.randint(0, self.width - 1) ../python/dijkstra.py:77
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 x, y = graph.random_unfilled() ../python/dijkstra.py:45
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.19%
0x55eaf0 _PyObject_New python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 possibilities.append((xx, yy)) ../python/dijkstra.py:52
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.19%
0x7f5d282f7f20 __nss_passwd_lookup /lib/x86_64-linux-gnu/libc.so.6
0x54c4f0 PyDict_Keys python3
0x54c720 PyDict_Keys python3
0x54cf70 _PyDict_Pop python3
0x4f9460 via[new_point] = point ../python/dijkstra.py:148
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 solution = dijkstra(graph) ../python/dijkstra.py:157
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.19%
0x4d1f70 PyArg_ValidateKeywordArguments python3
0x4d4cc0 PyArg_ParseTupleAndKeywords python3
0x56d750 PyList_AsTuple python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 candidates.sort(reverse=True) ../python/dijkstra.py:123
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 solution = dijkstra(graph) ../python/dijkstra.py:157
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.19%
0x7f5d282f7f50 __nss_passwd_lookup /lib/x86_64-linux-gnu/libc.so.6
0x5bbc30 PyOS_snprintf python3
0x569ea0 PyList_New python3
0x4f9460 solution = [point] ../python/dijkstra.py:126
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 solution = dijkstra(graph) ../python/dijkstra.py:157
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.19%
0x7f5d28201c30 realloc /lib/x86_64-linux-gnu/libc.so.6
0x566ea0 PyLong_FromSsize_t python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 candidates.append((d, new_point)) ../python/dijkstra.py:147
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 solution = dijkstra(graph) ../python/dijkstra.py:157
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.19%
0x5bc140 PyOS_snprintf python3
0x566ea0 PyLong_FromSsize_t python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 possibilities.append((xx, yy)) ../python/dijkstra.py:52
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.19%
0x5a0ea0 PyBytes_Size python3
0x57c400 _PyObject_FastCallDict python3
0x515360 _PyUnicode_FromId python3
0x4f9460 if (xx, yy) not in graph: ../python/dijkstra.py:60
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.19%
0x55cb00 PyObject_RichCompareBool python3
0x56d750 PyList_AsTuple python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 candidates.sort(reverse=True) ../python/dijkstra.py:123
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 solution = dijkstra(graph) ../python/dijkstra.py:157
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.19%
0x554d60 PyDict_SetDefault python3
0x55e0b0 _PyObject_New python3
0x535920 PyObject_GetAttr python3
0x4f9460 random.shuffle(possibilities) ../python/dijkstra.py:54
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.19%
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 random.shuffle(possibilities) ../python/dijkstra.py:54
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.19%
0x7f5d282f7f50 __nss_passwd_lookup /lib/x86_64-linux-gnu/libc.so.6
0x534940 PyTuple_New python3
0x4f9460 new_point = (px, py) ../python/dijkstra.py:142
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 solution = dijkstra(graph) ../python/dijkstra.py:157
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.19%
0x5a1770 PyBytes_Size python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 if not graph.valid(xx, yy): ../python/dijkstra.py:58
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.19%
0x56a640 PySeqIter_New python3
0x535920 PyObject_GetAttr python3
0x4f9460 if not graph.valid(xx, yy): ../python/dijkstra.py:58
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.19%
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 x = random.randint(0, self.width - 1) ../python/dijkstra.py:77
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 x, y = graph.random_unfilled() ../python/dijkstra.py:45
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.19%
0x5536a0 PyDict_MergeFromSeq2 python3
0x54cf70 _PyDict_Pop python3
0x4f9460 via[new_point] = point ../python/dijkstra.py:148
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 solution = dijkstra(graph) ../python/dijkstra.py:157
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.19%
0x54dd40 PyDict_SetItem python3
0x57ab70 PyNumber_InPlaceAdd python3
0x4f9460 added += 1 ../python/dijkstra.py:62
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.19%
0x531830 PySlice_AdjustIndices python3
0x56f460 _PyList_Extend python3
0x4f9460 possibilities = [] ../python/dijkstra.py:49
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.19%
0x57f420 PySequence_Contains python3
0x4f9460 if (x, y) not in graph: ../python/dijkstra.py:46
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.19%
0x57bea0 PyObject_GetIter python3
0x4f9460 for yy in (-1, 0, 1): ../python/dijkstra.py:139
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 solution = dijkstra(graph) ../python/dijkstra.py:157
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.19%
0x56f460 _PyList_Extend python3
0x4f9460 possibilities = [] ../python/dijkstra.py:49
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.19%
0x564610 PyDict_SetItemString python3
0x4f9460 for px, py in possibilities: ../python/dijkstra.py:55
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.19%
0x55c670 PyDict_Contains python3
0x4f9460 and new_point not in via: ../python/dijkstra.py:145
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 solution = dijkstra(graph) ../python/dijkstra.py:157
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.19%
0x555270 _PyDict_LoadGlobal python3
0x4f9460 random.shuffle(possibilities) ../python/dijkstra.py:54
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.19%
0x53c470 PyType_GenericNew python3
0x4f9460 for xx in (-1, 0, 1): ../python/dijkstra.py:138
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 solution = dijkstra(graph) ../python/dijkstra.py:157
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.19%
0x515360 _PyUnicode_FromId python3
0x4f9460 if (xx, yy) not in graph: ../python/dijkstra.py:60
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.19%
0x555270 _PyDict_LoadGlobal python3
0x4f9460 for i in reversed(range(1, len(x))): /usr/lib/python3.6/random.py:274
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 random.shuffle(possibilities) ../python/dijkstra.py:54
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.19%
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 return self.randrange(a, b+1) /usr/lib/python3.6/random.py:221
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 x = random.randint(0, self.width - 1) ../python/dijkstra.py:77
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 x, y = graph.random_unfilled() ../python/dijkstra.py:45
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.19%
0x554d60 PyDict_SetDefault python3
0x552a80 PyDict_GetItem python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 x = random.randint(0, self.width - 1) ../python/dijkstra.py:77
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 x, y = graph.random_unfilled() ../python/dijkstra.py:45
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.19%
0x558620 _PyLong_GCD python3
0x531bd0 PySet_Discard python3
0x55cb00 PyObject_RichCompareBool python3
0x565620 _PyLong_Sign python3
0x56a7e0 PyFrame_BlockSetup python3
0x56d750 PyList_AsTuple python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 candidates.sort(reverse=True) ../python/dijkstra.py:123
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 solution = dijkstra(graph) ../python/dijkstra.py:157
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.19%
0x5bbc30 PyOS_snprintf python3
0x54daa0 PyDict_SetItem python3
0x579a40 _PyStack_AsTuple python3
0x4f9460 dy = gy - y ../python/dijkstra.py:95
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 d = graph.dist(px, py) ../python/dijkstra.py:146
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 solution = dijkstra(graph) ../python/dijkstra.py:157
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.19%
0x57ea70 _PyObject_FastCallKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 for i in reversed(range(1, len(x))): /usr/lib/python3.6/random.py:274
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 random.shuffle(possibilities) ../python/dijkstra.py:54
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.19%
0x554d60 PyDict_SetDefault python3
0x55e0b0 _PyObject_New python3
0x535920 PyObject_GetAttr python3
0x4f9460 x = random.randint(0, self.width - 1) ../python/dijkstra.py:77
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 x, y = graph.random_unfilled() ../python/dijkstra.py:45
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.19%
0x554d60 PyDict_SetDefault python3
0x555270 _PyDict_LoadGlobal python3
0x4f9460 for i in reversed(range(1, len(x))): /usr/lib/python3.6/random.py:274
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 random.shuffle(possibilities) ../python/dijkstra.py:54
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.19%
0x54dd40 PyDict_SetItem python3
0x57aec0 PyNumber_Add python3
0x4f9460 j = randbelow(i+1) /usr/lib/python3.6/random.py:276
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 random.shuffle(possibilities) ../python/dijkstra.py:54
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.19%
0x532d60 PyCapsule_GetPointer python3
0x5336b0 PySet_Contains python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 self.filled.add((x, y)) ../python/dijkstra.py:83
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph.fill_node(xx, yy) ../python/dijkstra.py:61
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.19%
0x55c780 PyObject_RichCompare python3
0x55cb00 PyObject_RichCompareBool python3
0x565620 _PyLong_Sign python3
0x56a7e0 PyFrame_BlockSetup python3
0x56d750 PyList_AsTuple python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 candidates.sort(reverse=True) ../python/dijkstra.py:123
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 solution = dijkstra(graph) ../python/dijkstra.py:157
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.19%
0x57aec0 PyNumber_Add python3
0x4f9460 j = randbelow(i+1) /usr/lib/python3.6/random.py:276
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 random.shuffle(possibilities) ../python/dijkstra.py:54
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.19%
0x55e0b0 _PyObject_New python3
0x535920 PyObject_GetAttr python3
0x4f9460 y = random.randint(0, self.height - 1) ../python/dijkstra.py:78
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 x, y = graph.random_unfilled() ../python/dijkstra.py:45
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.19%
0x535920 PyObject_GetAttr python3
0x4f9460 return self.randrange(a, b+1) /usr/lib/python3.6/random.py:221
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 y = random.randint(0, self.height - 1) ../python/dijkstra.py:78
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 x, y = graph.random_unfilled() ../python/dijkstra.py:45
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.19%
0x54daa0 PyDict_SetItem python3
0x579a40 _PyStack_AsTuple python3
0x4f9460 y = random.randint(0, self.height - 1) ../python/dijkstra.py:78
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 x, y = graph.random_unfilled() ../python/dijkstra.py:45
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.19%
0x54b940 PyDict_ClearFreeList python3
0x582050 PyNumber_Multiply python3
0x4f9460 return dx * dx + dy * dy ../python/dijkstra.py:96
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 d = graph.dist(px, py) ../python/dijkstra.py:119
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 solution = dijkstra(graph) ../python/dijkstra.py:157
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.19%
0x533150 PyCapsule_GetPointer python3
0x4f9460 for i in reversed(range(1, len(x))): /usr/lib/python3.6/random.py:274
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 random.shuffle(possibilities) ../python/dijkstra.py:54
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.19%
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 x = random.randint(0, self.width - 1) ../python/dijkstra.py:77
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 x, y = graph.random_unfilled() ../python/dijkstra.py:45
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.19%
0x571a40 PyFrame_New python3
0x4f3f70 _PyFunction_FastCallDict python3
0x5a0ea0 PyBytes_Size python3
0x57c400 _PyObject_FastCallDict python3
0x515360 _PyUnicode_FromId python3
0x4f9460 if (xx, yy) not in graph: ../python/dijkstra.py:60
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.19%
0x55c780 PyObject_RichCompare python3
0x55c780 PyObject_RichCompare python3
0x55cb00 PyObject_RichCompareBool python3
0x56d750 PyList_AsTuple python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 candidates.sort(reverse=True) ../python/dijkstra.py:123
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 solution = dijkstra(graph) ../python/dijkstra.py:157
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.19%
0x531bd0 PySet_Discard python3
0x55c780 PyObject_RichCompare python3
0x55cb00 PyObject_RichCompareBool python3
0x56d750 PyList_AsTuple python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 candidates.sort(reverse=True) ../python/dijkstra.py:123
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 solution = dijkstra(graph) ../python/dijkstra.py:157
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.19%
0x531bd0 PySet_Discard python3
0x55c780 PyObject_RichCompare python3
0x55c780 PyObject_RichCompare python3
0x56d750 PyList_AsTuple python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 candidates.sort(reverse=True) ../python/dijkstra.py:123
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 solution = dijkstra(graph) ../python/dijkstra.py:157
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.19%
0x531bd0 PySet_Discard python3
0x531bd0 PySet_Discard python3
0x55c780 PyObject_RichCompare python3
0x56d750 PyList_AsTuple python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 candidates.sort(reverse=True) ../python/dijkstra.py:123
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 solution = dijkstra(graph) ../python/dijkstra.py:157
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.19%
0x555270 _PyDict_LoadGlobal python3
0x4f9460 y = random.randint(0, self.height - 1) ../python/dijkstra.py:78
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 x, y = graph.random_unfilled() ../python/dijkstra.py:45
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
PERF_COUNT_HW_CPU_CYCLES:0.19%
0x534940 PyTuple_New python3
0x4f9460 self.filled.add((x, y)) ../python/dijkstra.py:83
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph.fill_node(xx, yy) ../python/dijkstra.py:61
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 graph = Graph.generate(100, 100, 80) ../python/dijkstra.py:154
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run() ../python/dijkstra.py:172
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 run_times(args.quiet, args.num) ../python/dijkstra.py:191
0x4f7860 PyEval_CallObjectWithKeywords python3
0x4f83a0 PyEval_CallObjectWithKeywords python3
0x4f9460 main() ../python/dijkstra.py:204
0x4f5e40 PyEval_CallObjectWithKeywords python3
0x4f9000 PyEval_EvalCode python3
0x641580 PyParser_ASTFromFileObject python3
0x6415d0 PyRun_FileExFlags python3
0x6435a0 PyRun_SimpleFileExFlags python3
0x62acd0 Py_Main python3
0x4b4bd0 main python3
0x7f5d2818aab0 __libc_start_main /lib/x86_64-linux-gnu/libc.so.6
0x5bdf40 _start python3
============================
Perf Wrap Lost 0 samples
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment