mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Include license in the manual.
This commit is contained in:
parent
6bf7b85260
commit
68c9d09685
@ -9,7 +9,8 @@
|
|||||||
\usepackage{microtype}
|
\usepackage{microtype}
|
||||||
\usepackage{siunitx}
|
\usepackage{siunitx}
|
||||||
\usepackage[tikz]{bclogo}
|
\usepackage[tikz]{bclogo}
|
||||||
|
\usepackage{appendix}
|
||||||
|
\usepackage{verbatim}
|
||||||
\usepackage[hyphens]{url}
|
\usepackage[hyphens]{url}
|
||||||
\usepackage{hyperref} % For hyperlinks in the PDF
|
\usepackage{hyperref} % For hyperlinks in the PDF
|
||||||
|
|
||||||
@ -445,4 +446,11 @@ To have proper call stack information, the profiled application must be compiled
|
|||||||
|
|
||||||
While the data collection is very lightweight, it is not completely free. Each recorded zone event has a cost, which Tracy tries to calculate and display on the time-line view, as a red zone. Note that this is an approximation of the real cost, which ignores many important factors. For example, you can't determine the impact of cache effects. The CPU frequency may be reduced in some situations, which will increase the recorded time, but the displayed profiler cost will not compensate for that.
|
While the data collection is very lightweight, it is not completely free. Each recorded zone event has a cost, which Tracy tries to calculate and display on the time-line view, as a red zone. Note that this is an approximation of the real cost, which ignores many important factors. For example, you can't determine the impact of cache effects. The CPU frequency may be reduced in some situations, which will increase the recorded time, but the displayed profiler cost will not compensate for that.
|
||||||
|
|
||||||
|
\appendix
|
||||||
|
\appendixpage
|
||||||
|
|
||||||
|
\section{License}
|
||||||
|
|
||||||
|
\verbatiminput{../LICENSE.}
|
||||||
|
|
||||||
\end{document}
|
\end{document}
|
||||||
|
Loading…
Reference in New Issue
Block a user