Skip to content

Commit 3a45c14

Browse files
committed
Add page to (how to for now) index.
1 parent 77358b5 commit 3a45c14

File tree

2 files changed

+80
-1
lines changed

2 files changed

+80
-1
lines changed

doc/how_to/handle_times.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
How SpikeInterface handles Time
1+
How SpikeInterface handles time
22
=================================
33

44
Extracellular electrophysiology commonly involves synchronisation of events

doc/sg_execution_times.rst

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
2+
:orphan:
3+
4+
.. _sphx_glr_sg_execution_times:
5+
6+
7+
Computation times
8+
=================
9+
**00:02.107** total execution time for 15 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_core_plot_4_sorting_analyzer.py` (``../examples/tutorials/core/plot_4_sorting_analyzer.py``)
36+
- 00:02.107
37+
- 0.0
38+
* - :ref:`sphx_glr_tutorials_comparison_plot_5_comparison_sorter_weaknesses.py` (``../examples/tutorials/comparison/plot_5_comparison_sorter_weaknesses.py``)
39+
- 00:00.000
40+
- 0.0
41+
* - :ref:`sphx_glr_tutorials_core_plot_1_recording_extractor.py` (``../examples/tutorials/core/plot_1_recording_extractor.py``)
42+
- 00:00.000
43+
- 0.0
44+
* - :ref:`sphx_glr_tutorials_core_plot_2_sorting_extractor.py` (``../examples/tutorials/core/plot_2_sorting_extractor.py``)
45+
- 00:00.000
46+
- 0.0
47+
* - :ref:`sphx_glr_tutorials_core_plot_3_handle_probe_info.py` (``../examples/tutorials/core/plot_3_handle_probe_info.py``)
48+
- 00:00.000
49+
- 0.0
50+
* - :ref:`sphx_glr_tutorials_core_plot_5_append_concatenate_segments.py` (``../examples/tutorials/core/plot_5_append_concatenate_segments.py``)
51+
- 00:00.000
52+
- 0.0
53+
* - :ref:`sphx_glr_tutorials_core_plot_6_handle_times.py` (``../examples/tutorials/core/plot_6_handle_times.py``)
54+
- 00:00.000
55+
- 0.0
56+
* - :ref:`sphx_glr_tutorials_extractors_plot_1_read_various_formats.py` (``../examples/tutorials/extractors/plot_1_read_various_formats.py``)
57+
- 00:00.000
58+
- 0.0
59+
* - :ref:`sphx_glr_tutorials_extractors_plot_2_working_with_unscaled_traces.py` (``../examples/tutorials/extractors/plot_2_working_with_unscaled_traces.py``)
60+
- 00:00.000
61+
- 0.0
62+
* - :ref:`sphx_glr_tutorials_qualitymetrics_plot_3_quality_mertics.py` (``../examples/tutorials/qualitymetrics/plot_3_quality_mertics.py``)
63+
- 00:00.000
64+
- 0.0
65+
* - :ref:`sphx_glr_tutorials_qualitymetrics_plot_4_curation.py` (``../examples/tutorials/qualitymetrics/plot_4_curation.py``)
66+
- 00:00.000
67+
- 0.0
68+
* - :ref:`sphx_glr_tutorials_widgets_plot_1_rec_gallery.py` (``../examples/tutorials/widgets/plot_1_rec_gallery.py``)
69+
- 00:00.000
70+
- 0.0
71+
* - :ref:`sphx_glr_tutorials_widgets_plot_2_sort_gallery.py` (``../examples/tutorials/widgets/plot_2_sort_gallery.py``)
72+
- 00:00.000
73+
- 0.0
74+
* - :ref:`sphx_glr_tutorials_widgets_plot_3_waveforms_gallery.py` (``../examples/tutorials/widgets/plot_3_waveforms_gallery.py``)
75+
- 00:00.000
76+
- 0.0
77+
* - :ref:`sphx_glr_tutorials_widgets_plot_4_peaks_gallery.py` (``../examples/tutorials/widgets/plot_4_peaks_gallery.py``)
78+
- 00:00.000
79+
- 0.0

0 commit comments

Comments
 (0)