1
0
mirror of https://github.com/wolfpld/tracy synced 2025-04-28 20:23:51 +00:00

Add locks information to welcome message.

This commit is contained in:
Bartosz Taudul 2017-12-05 23:23:12 +01:00
parent 48678b3bd7
commit bb46468a36

View File

@ -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)