Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartosz Taudul <wolf.pld@gmail.com>2017-12-06 01:23:12 +0300
committerBartosz Taudul <wolf.pld@gmail.com>2017-12-06 01:23:12 +0300
commitbb46468a367ab0af63f87a44492b570860c0ee74 (patch)
treeea10492c5efa1bb9750d78cc885cb06dac85cf6c /README.md
parent48678b3bd7d1e6fded75e9f5a90b668c18521914 (diff)
Add locks information to welcome message.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ac24fb44..504c803e 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Tracy Profiler
-Tracy is a real time, nanosecond resolution frame profiler that can be used for remote or embedded telemetry of your application. It can profile both CPU (C++, Lua) and GPU (OpenGL).
+Tracy is a real time, nanosecond resolution frame profiler that can be used for remote or embedded telemetry of your application. It can profile both CPU (C++, Lua) and GPU (OpenGL). It also can display locks held by threads and their interactions with each other.
![](doc/profiler.png)