|
| 1 | + |
| 2 | +:orphan: |
| 3 | + |
| 4 | +.. _sphx_glr_sg_execution_times: |
| 5 | + |
| 6 | + |
| 7 | +Computation times |
| 8 | +================= |
| 9 | +**00:10.013** total execution time for 25 files **from all galleries**: |
| 10 | + |
| 11 | +.. container:: |
| 12 | + |
| 13 | + .. raw:: html |
| 14 | + |
| 15 | + <style scoped> |
| 16 | + <link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.3.0/css/bootstrap.min.css" rel="stylesheet" /> |
| 17 | + <link href="https://cdn.datatables.net/1.13.6/css/dataTables.bootstrap5.min.css" rel="stylesheet" /> |
| 18 | + </style> |
| 19 | + <script src="https://code.jquery.com/jquery-3.7.0.js"></script> |
| 20 | + <script src="https://cdn.datatables.net/1.13.6/js/jquery.dataTables.min.js"></script> |
| 21 | + <script src="https://cdn.datatables.net/1.13.6/js/dataTables.bootstrap5.min.js"></script> |
| 22 | + <script type="text/javascript" class="init"> |
| 23 | + $(document).ready( function () { |
| 24 | + $('table.sg-datatable').DataTable({order: [[1, 'desc']]}); |
| 25 | + } ); |
| 26 | + </script> |
| 27 | + |
| 28 | + .. list-table:: |
| 29 | + :header-rows: 1 |
| 30 | + :class: table table-striped sg-datatable |
| 31 | + |
| 32 | + * - Example |
| 33 | + - Time |
| 34 | + - Mem (MB) |
| 35 | + * - :ref:`sphx_glr_tutorials_visualize_cliques.py` (``../examples_sphinx-gallery/visualize_cliques.py``) |
| 36 | + - 00:02.970 |
| 37 | + - 0.0 |
| 38 | + * - :ref:`sphx_glr_tutorials_ring_animation.py` (``../examples_sphinx-gallery/ring_animation.py``) |
| 39 | + - 00:01.287 |
| 40 | + - 0.0 |
| 41 | + * - :ref:`sphx_glr_tutorials_cluster_contraction.py` (``../examples_sphinx-gallery/cluster_contraction.py``) |
| 42 | + - 00:00.759 |
| 43 | + - 0.0 |
| 44 | + * - :ref:`sphx_glr_tutorials_betweenness.py` (``../examples_sphinx-gallery/betweenness.py``) |
| 45 | + - 00:00.735 |
| 46 | + - 0.0 |
| 47 | + * - :ref:`sphx_glr_tutorials_visual_style.py` (``../examples_sphinx-gallery/visual_style.py``) |
| 48 | + - 00:00.711 |
| 49 | + - 0.0 |
| 50 | + * - :ref:`sphx_glr_tutorials_delaunay-triangulation.py` (``../examples_sphinx-gallery/delaunay-triangulation.py``) |
| 51 | + - 00:00.504 |
| 52 | + - 0.0 |
| 53 | + * - :ref:`sphx_glr_tutorials_configuration.py` (``../examples_sphinx-gallery/configuration.py``) |
| 54 | + - 00:00.416 |
| 55 | + - 0.0 |
| 56 | + * - :ref:`sphx_glr_tutorials_online_user_actions.py` (``../examples_sphinx-gallery/online_user_actions.py``) |
| 57 | + - 00:00.332 |
| 58 | + - 0.0 |
| 59 | + * - :ref:`sphx_glr_tutorials_erdos_renyi.py` (``../examples_sphinx-gallery/erdos_renyi.py``) |
| 60 | + - 00:00.313 |
| 61 | + - 0.0 |
| 62 | + * - :ref:`sphx_glr_tutorials_connected_components.py` (``../examples_sphinx-gallery/connected_components.py``) |
| 63 | + - 00:00.216 |
| 64 | + - 0.0 |
| 65 | + * - :ref:`sphx_glr_tutorials_complement.py` (``../examples_sphinx-gallery/complement.py``) |
| 66 | + - 00:00.201 |
| 67 | + - 0.0 |
| 68 | + * - :ref:`sphx_glr_tutorials_generate_dag.py` (``../examples_sphinx-gallery/generate_dag.py``) |
| 69 | + - 00:00.194 |
| 70 | + - 0.0 |
| 71 | + * - :ref:`sphx_glr_tutorials_visualize_communities.py` (``../examples_sphinx-gallery/visualize_communities.py``) |
| 72 | + - 00:00.176 |
| 73 | + - 0.0 |
| 74 | + * - :ref:`sphx_glr_tutorials_bridges.py` (``../examples_sphinx-gallery/bridges.py``) |
| 75 | + - 00:00.169 |
| 76 | + - 0.0 |
| 77 | + * - :ref:`sphx_glr_tutorials_spanning_trees.py` (``../examples_sphinx-gallery/spanning_trees.py``) |
| 78 | + - 00:00.161 |
| 79 | + - 0.0 |
| 80 | + * - :ref:`sphx_glr_tutorials_isomorphism.py` (``../examples_sphinx-gallery/isomorphism.py``) |
| 81 | + - 00:00.153 |
| 82 | + - 0.0 |
| 83 | + * - :ref:`sphx_glr_tutorials_quickstart.py` (``../examples_sphinx-gallery/quickstart.py``) |
| 84 | + - 00:00.142 |
| 85 | + - 0.0 |
| 86 | + * - :ref:`sphx_glr_tutorials_minimum_spanning_trees.py` (``../examples_sphinx-gallery/minimum_spanning_trees.py``) |
| 87 | + - 00:00.137 |
| 88 | + - 0.0 |
| 89 | + * - :ref:`sphx_glr_tutorials_simplify.py` (``../examples_sphinx-gallery/simplify.py``) |
| 90 | + - 00:00.079 |
| 91 | + - 0.0 |
| 92 | + * - :ref:`sphx_glr_tutorials_bipartite_matching_maxflow.py` (``../examples_sphinx-gallery/bipartite_matching_maxflow.py``) |
| 93 | + - 00:00.073 |
| 94 | + - 0.0 |
| 95 | + * - :ref:`sphx_glr_tutorials_articulation_points.py` (``../examples_sphinx-gallery/articulation_points.py``) |
| 96 | + - 00:00.067 |
| 97 | + - 0.0 |
| 98 | + * - :ref:`sphx_glr_tutorials_topological_sort.py` (``../examples_sphinx-gallery/topological_sort.py``) |
| 99 | + - 00:00.058 |
| 100 | + - 0.0 |
| 101 | + * - :ref:`sphx_glr_tutorials_bipartite_matching.py` (``../examples_sphinx-gallery/bipartite_matching.py``) |
| 102 | + - 00:00.058 |
| 103 | + - 0.0 |
| 104 | + * - :ref:`sphx_glr_tutorials_shortest_path_visualisation.py` (``../examples_sphinx-gallery/shortest_path_visualisation.py``) |
| 105 | + - 00:00.052 |
| 106 | + - 0.0 |
| 107 | + * - :ref:`sphx_glr_tutorials_maxflow.py` (``../examples_sphinx-gallery/maxflow.py``) |
| 108 | + - 00:00.052 |
| 109 | + - 0.0 |
0 commit comments