From bb46468a367ab0af63f87a44492b570860c0ee74 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Tue, 5 Dec 2017 23:23:12 +0100 Subject: [PATCH] Add locks information to welcome message. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)