summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorStephane Marchesin <stephane.marchesin@gmail.com>2010-12-19 23:50:00 -0800
committerStephane Marchesin <stephane.marchesin@gmail.com>2010-12-19 23:50:00 -0800
commit0b54940b7334ee1c25fcecab0c00f0bf5c23c0a0 (patch)
tree981f3d3f639c73ce5d2721df8a1a8021f8f02aa5 /README
parent32b62fb19254793a231f221ec87958c6183755ed (diff)
Add a «summary» mode. Fix bugs.
Diffstat (limited to 'README')
-rw-r--r--README15
1 files changed, 15 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..fad851b
--- /dev/null
+++ b/README
@@ -0,0 +1,15 @@
+Glouton
+
+Description
+-----------
+Glouton is a command line low-overhead OpenGL performance tracer, both for driver and application authors.
+The goal is to quickly and efficiently provide you with the information you need to tune your software.
+
+Compiling
+---------
+./build
+
+Usage
+-----
+LD_PRELOAD=./libGL.so /usr/bin/myapp
+