diff --git a/doc/cli.rst b/doc/cli.rst index 09b14937..4d199c87 100644 --- a/doc/cli.rst +++ b/doc/cli.rst @@ -229,8 +229,8 @@ Example:: Values: * `Median `_ -* "std dev": `Standard deviation (standard error) - `_ +* "std dev": `Standard deviation + `_ See also `Outlier (Wikipedia) `_. diff --git a/doc/run_benchmark.rst b/doc/run_benchmark.rst index c21caba8..7da6a097 100644 --- a/doc/run_benchmark.rst +++ b/doc/run_benchmark.rst @@ -192,7 +192,7 @@ the benchmark less reliable since two runs may use a different number of warmup values. Specializer statistics (``pystats``) -================================== +==================================== ``pyperf`` has built-in support for `specializer statistics (``pystats``) `_. If running benchmarks on a CPython built with the ``--enable-pystats`` flag, when you pass ``--hook pystats``, pyperf will collect ``pystats`` on the benchmark code by calling ``sys._stats_on`` immediately before the benchmark and calling ``sys._stats_off`` immediately after.