Merge remote-tracking branch 'public/master' into vulkan
[mesa.git] / src / gallium / drivers / trace / README
index c210cba032a2acd4e9b8048075f4c37a87456eb8..cacd2e17498d16c7aa3a2d59e821210aa959242a 100644 (file)
@@ -13,12 +13,17 @@ It can traces all incoming calls.
 
 For tracing then do
 
- GALLIUM_TRACE=tri.trace progs/trivial/tri
+ GALLIUM_TRACE=tri.trace trivial/tri
 
 which should create a tri.trace file, which is an XML file. You can view copying 
 trace.xsl to the same directory, and opening with a XSLT capable browser such as 
 Firefox or Internet Explorer.
 
+For long traces you can use the
+
+  src/gallium/tools/trace/dump.py tri.trace | less -R
+
+
 == Remote debugging ==
 
 For remote debugging see: