]> git.cworth.org Git - apitrace/blobdiff - README.markdown
Merge remote-tracking branch 'github/master' into profile-gui
[apitrace] / 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