mirror of
https://github.com/wolfpld/tracy
synced 2025-04-29 04:23:51 +00:00
Update manual.
This commit is contained in:
parent
864d86e8b6
commit
ef4c690c32
@ -241,8 +241,6 @@ You may wonder, why should you use Tracy, when there are so many other profilers
|
||||
\item Tracy provides mapping of source code to the assembly, with detailed information about cost of executing each instruction on the CPU.
|
||||
\end{itemize}
|
||||
|
||||
With all that being said, Tracy may not be the right choice for you, if you need to profile games targetting PS4, Xbox, or other consoles behind a NDA wall.
|
||||
|
||||
\subsection{Performance impact}
|
||||
\label{perfimpact}
|
||||
|
||||
@ -326,6 +324,15 @@ Tracy Profiler supports MSVC, gcc and clang. A reasonably recent version of the
|
||||
\item iOS (ARM, ARM64)
|
||||
\end{itemize}
|
||||
|
||||
Moreover, the following platforms are not supported due to how secretive their owners are, but were reported to be working after extending the system integration layer:
|
||||
|
||||
\begin{itemize}
|
||||
\item PlayStation 4
|
||||
\item Xbox One
|
||||
\item Nintendo Switch
|
||||
\item Google Stadia
|
||||
\end{itemize}
|
||||
|
||||
\subsection{Initial client setup}
|
||||
|
||||
The recommended way to integrate Tracy into an application is to create a git submodule in the repository (assuming that git is used for version control). This way it is very easy to update Tracy to newly released versions. If that's not an option, copy all files from the Tracy checkout directory to your project.
|
||||
|
Loading…
x
Reference in New Issue
Block a user