From: James Benton Date: Thu, 9 Aug 2012 15:46:43 +0000 (+0100) Subject: Fix formatting in README X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;ds=sidebyside;h=fdeaa54c712fadbebf0cd06458bd4a074fa9df54;p=apitrace Fix formatting in README --- diff --git a/README.markdown b/README.markdown index cdd5dd8..154b9cc 100644 --- a/README.markdown +++ b/README.markdown @@ -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