mirror of
https://github.com/wolfpld/tracy
synced 2025-04-29 04:23:51 +00:00
Update README.
This commit is contained in:
parent
4048ebf7c5
commit
34695fca60
16
README.md
16
README.md
@ -2,11 +2,17 @@
|
|||||||
|
|
||||||
[](https://ci.appveyor.com/project/wolfpld/tracy/branch/master)
|
[](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.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
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)
|
- Windows (x86, x64)
|
||||||
- Linux (x86, x64, ARM, ARM64)
|
- 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)
|
- WSL (x64)
|
||||||
- OSX (x64)
|
- OSX (x64)
|
||||||
|
|
||||||
The following compilers are supported:
|
|
||||||
|
|
||||||
- MSVC
|
|
||||||
- gcc
|
|
||||||
- clang
|
|
||||||
|
|
||||||
[Introduction to Tracy Profiler v0.2](https://www.youtube.com/watch?v=fB5B46lbapc)
|
[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.3](https://www.youtube.com/watch?v=3SXpDpDh2Uo)
|
||||||
[New features in Tracy Profiler v0.4](https://www.youtube.com/watch?v=eAkgkaO8B9o)
|
[New features in Tracy Profiler v0.4](https://www.youtube.com/watch?v=eAkgkaO8B9o)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user