@@ -180,7 +180,7 @@ a Python binding called "perf" as well.
180180Version 1.6.0 (2019-01-11)
181181--------------------------
182182
183- * Add *teardown * optional parameter to :class: ` Runner.timeit ` and ``--teardown ``
183+ * Add *teardown * optional parameter to `` Runner.timeit ` ` and ``--teardown ``
184184 option to the :ref: `perf timeit <timeit_cmd >` command. Patch by **Alex
185185 Khomchenko **.
186186* ``Runner.timeit(stmt) `` can now be used to use the statement as the benchmark
@@ -561,8 +561,8 @@ Version 0.7.10 (2016-09-17)
561561Version 0.7.9 (2016-09-17)
562562--------------------------
563563
564- * Add :meth: ` Benchmark.get_unit ` method
565- * Add :meth: ` BenchmarkSuite.get_metadata ` method
564+ * Add `` Benchmark.get_unit ` ` method
565+ * Add `` BenchmarkSuite.get_metadata ` ` method
566566* metadata: add ``nohz_full `` and ``isolated `` to ``cpu_config ``
567567* add ``--affinity `` option to the ``metadata `` command
568568* ``convert ``: fix ``--remove-all-metadata ``, keep the unit
@@ -614,7 +614,7 @@ Version 0.7.4 (2016-08-18)
614614
615615* Support PyPy
616616* metadata: add ``mem_max_rss `` and ``python_hash_seed ``
617- * Add :func: ` perf.python_implementation ` and :func: ` perf.python_has_jit `
617+ * Add `` perf.python_implementation `` and `` perf.python_has_jit ` `
618618 functions
619619* In workers, calibration samples are now stored as warmup samples.
620620* With a JIT (PyPy), the calibration is now done in each worker. The warmup
@@ -711,7 +711,7 @@ Changes:
711711 and TextRunner.
712712* A single JSON file can now contain multiple benchmarks
713713* Add a dependency to the ``six `` module
714- :meth: ` Benchmark.add_run ` now raises an exception if a sample is zero.
714+ `` Benchmark.add_run ` ` now raises an exception if a sample is zero.
715715* Benchmark.name becomes a property and is now stored in metadata
716716* TextRunner now uses powers of 2, rather than powers of 10, to calibrate the
717717 number of loops
@@ -725,9 +725,9 @@ Changes:
725725* The ``hist `` command now accepts multiple files
726726* ``hist `` and ``hist_scipy `` commands got a new ``--bins `` option
727727* Replace mean with median
728- * Add :meth: ` perf.Benchmark.median ` method, remove ``Benchmark.mean() `` method
728+ * Add `` perf.Benchmark.median ` ` method, remove ``Benchmark.mean() `` method
729729* ``Benchmark.get_metadata() `` method removed: use directly the
730- :attr: ` perf.Benchmark.metadata ` attribute
730+ `` perf.Benchmark.metadata ` ` attribute
731731* Add ``timer `` metadata. ``python_version `` now also contains the architecture
732732 (32 or 64 bits).
733733
@@ -774,23 +774,22 @@ Version 0.3 (2016-06-10)
774774* If TextRunner detects isolated CPUs, it sets automatically the CPU affinity
775775 to these isolated CPUs
776776* Add ``--json-file `` command line option
777- * Add :meth: ` TextRunner.bench_sample_func ` method
777+ * Add `` TextRunner.bench_sample_func ` ` method
778778* Add examples of the API to the documentation. Split also the documentation
779779 into subpages.
780780* Add metadata ``cpu_affinity ``
781- * Add :func: `perf.is_significant ` function
782- * Move metadata from :class: `~perf.Benchmark ` to ``RunResult ``
783- * Rename the ``Results `` class to :class: `~perf.Benchmark `
784- * Add :attr: `~TextRunner.inner_loops ` attribute to
785- :class: `TextRunner `, used for microbenchmarks when an
786- instruction is manually duplicated multiple times
781+ * Add ``perf.is_significant `` function
782+ * Move metadata from ``perf.Benchmark `` to ``RunResult ``
783+ * Rename the ``Results `` class to ``perf.Benchmark ``
784+ * Add ``TextRunner.inner_loops `` attribute to
785+ ``TextRunner ``, used for microbenchmarks when an
787786
788787Version 0.2 (2016-06-07)
789788------------------------
790789
791790* use JSON to exchange results between processes
792791* new ``python3 -m perf `` CLI
793- * new :class: ` TextRunner ` class
792+ * new `` TextRunner ` ` class
794793* huge enhancement of the timeit module
795794* timeit has a better output format in verbose mode and now also supports a
796795 ``-vv `` (very verbose) mode. Minimum and maximum are not more shown in
0 commit comments