summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
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
+