summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-04-18 23:16:55 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-04-18 23:16:55 +0900
commit39a7c1f9c0ebd83552867d89976028566044d2ee (patch)
tree319fe5af1fa3fbc5b2f15fee83cf3ad0aa18c24a
parent149d0859ba688fc211db31f0e6ff563150af4bf3 (diff)
downloadbuildstream-39a7c1f9c0ebd83552867d89976028566044d2ee.tar.gz
HACKING.rst: Fixing profiling section to follow rst formatting policy
Two empty lines before a section title, no empty line after the section title
-rw-r--r--HACKING.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/HACKING.rst b/HACKING.rst
index c6fbe962a..175c74f9f 100644
--- a/HACKING.rst
+++ b/HACKING.rst
@@ -386,9 +386,9 @@ and use the integration cli helper.
Measuring BuildStream performance
---------------------------------
+
Benchmarking framework
~~~~~~~~~~~~~~~~~~~~~~~
-
BuildStream has a utility to measure performance which is available from a
separate repository at https://gitlab.com/BuildStream/benchmarks. This tool
allows you to run a fixed set of workloads with multiple versions of
@@ -399,9 +399,9 @@ testing potential optimizations.
For full documentation on how to use the benchmarking tool see the README in
the 'benchmarks' repository.
+
Profiling tools
~~~~~~~~~~~~~~~
-
When looking for ways to speed up the code you should make use of a profiling
tool.