]> git.cworth.org Git - apitrace/commitdiff
Fix formatting in README
authorJames Benton <jbenton@vmware.com>
Thu, 9 Aug 2012 15:46:43 +0000 (16:46 +0100)
committerJames Benton <jbenton@vmware.com>
Thu, 9 Aug 2012 15:46:43 +0000 (16:46 +0100)
README.markdown

index cdd5dd8ac8f92a47a3c5d755eb880db40f425778..154b9cc506979511965eed4c97775fc8aa06c2f2 100644 (file)
@@ -337,10 +337,11 @@ You can perform gpu and cpu profiling with the command line options:
 
 The results from this can then be read by hand or analysed with a script.
 
-scripts/profileshader.py will read the profile results and format them into a
+`scripts/profileshader.py` will read the profile results and format them into a
 table which displays profiling results per shader.
 
 For example, to record all profiling data and utilise the per shader script:
+
     ./glretrace -pgpu -pcpu -ppd foo.trace | ./scripts/profileshader.py