Include license in the manual.

This commit is contained in:
Bartosz Taudul 2018-08-17 14:17:47 +02:00
parent 6bf7b85260
commit 68c9d09685

View File

@ -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}