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>2019-02-19 22:46:17 +0300
committerBartosz Taudul <wolf.pld@gmail.com>2019-02-19 22:46:17 +0300
commit34695fca6069a9619a9614edf5d48645cc5243f1 (patch)
tree71f6179e398cfea41a131b683596a66ee6828ffb /README.md
parent4048ebf7c550c3c0a3fe961d30ded5cfe50de177 (diff)
Update README.
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/README.md b/README.md
index b1413a21..a0f1ca79 100644
--- a/README.md
+++ b/README.md
@@ -2,11 +2,17 @@
[![Build status](https://ci.appveyor.com/api/projects/status/968a88arq06gm3el/branch/master?svg=true)](https://ci.appveyor.com/project/wolfpld/tracy/branch/master)
-Tracy is a real time, nanosecond resolution frame profiler that can be used for remote or embedded telemetry of your application. It can profile CPU (C, C++, Lua), GPU (OpenGL, Vulkan) and memory. It also can display locks held by threads and their interactions with each other.
+Tracy is a real time, nanosecond resolution frame profiler that can be used for remote or embedded telemetry of your application. It can profile CPU (C, C++11, Lua), GPU (OpenGL, Vulkan) and memory. It also can display locks held by threads and their interactions with each other.
![](doc/profiler.png)
-Tracy requires compiler support for C++11, Thread Local Storage and a way to workaround static initialization order fiasco. There are no other requirements. The following platforms are confirmed to be working (this is not a complete list):
+The following compilers are supported:
+
+- MSVC
+- gcc
+- clang
+
+The following platforms are confirmed to be working (this is not a complete list):
- Windows (x86, x64)
- Linux (x86, x64, ARM, ARM64)
@@ -16,12 +22,6 @@ Tracy requires compiler support for C++11, Thread Local Storage and a way to wor
- WSL (x64)
- OSX (x64)
-The following compilers are supported:
-
-- MSVC
-- gcc
-- clang
-
[Introduction to Tracy Profiler v0.2](https://www.youtube.com/watch?v=fB5B46lbapc)
[New features in Tracy Profiler v0.3](https://www.youtube.com/watch?v=3SXpDpDh2Uo)
[New features in Tracy Profiler v0.4](https://www.youtube.com/watch?v=eAkgkaO8B9o)