1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
:orphan:
.. _sphx_glr_auto_examples_sampler_sg_execution_times:
Computation times
=================
**01:31.361** total execution time for 3 files **from auto_examples\sampler**:
.. container::
.. raw:: html
<style scoped>
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.3.0/css/bootstrap.min.css" rel="stylesheet" />
<link href="/usr/share/javascript/jquery-datatables/css/dataTables.bootstrap5.min.css" rel="stylesheet" />
</style>
<script src="https://code.jquery.com/jquery-3.7.0.js"></script>
<script src="/usr/share/javascript/jquery-datatables/jquery.dataTables.min.js"></script>
<script src="/usr/share/javascript/jquery-datatables/dataTables.bootstrap5.min.js"></script>
<script type="text/javascript" class="init">
$(document).ready( function () {
$('table.sg-datatable').DataTable({order: [[1, 'desc']]});
} );
</script>
.. list-table::
:header-rows: 1
:class: table table-striped sg-datatable
* - Example
- Time
- Mem (MB)
* - :ref:`sphx_glr_auto_examples_sampler_sampling_comparison.py` (``sampling_comparison.py``)
- 01:20.489
- 0.0
* - :ref:`sphx_glr_auto_examples_sampler_initial-sampling-method.py` (``initial-sampling-method.py``)
- 00:05.517
- 0.0
* - :ref:`sphx_glr_auto_examples_sampler_initial-sampling-method-integer.py` (``initial-sampling-method-integer.py``)
- 00:05.355
- 0.0
|