mirror of
https://github.com/wolfpld/tracy
synced 2025-04-29 04:23:51 +00:00
More verified platforms.
This commit is contained in:
parent
230822e18c
commit
4abc57a414
12
README.md
12
README.md
@ -4,13 +4,17 @@ Tracy is a frame profiler that can be used for remote or embedded telemetry of y
|
||||
|
||||

|
||||
|
||||
Tracy requires compiler support for C++11 and Thread Local Storage. There are no other requirements. The following platforms are confirmed to be working:
|
||||
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:
|
||||
|
||||
- Windows (x64)
|
||||
- Linux (x64, ARM64)
|
||||
- Windows (x86, x64)
|
||||
- Linux (x86, x64, ARM, ARM64)
|
||||
- Android (ARM, x86)
|
||||
|
||||
Other platforms should also work fine.
|
||||
The following compilers are supported:
|
||||
|
||||
- MSVC
|
||||
- gcc
|
||||
- clang
|
||||
|
||||
### High-level overview
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user