From 68c9d09685d5183d06a5d870e4a71696a19f8615 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Fri, 17 Aug 2018 14:17:47 +0200 Subject: [PATCH] Include license in the manual. --- manual/tracy.tex | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/manual/tracy.tex b/manual/tracy.tex index 2cdb9f59..fc6b2d93 100644 --- a/manual/tracy.tex +++ b/manual/tracy.tex @@ -9,7 +9,8 @@ \usepackage{microtype} \usepackage{siunitx} \usepackage[tikz]{bclogo} - +\usepackage{appendix} +\usepackage{verbatim} \usepackage[hyphens]{url} \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. +\appendix +\appendixpage + +\section{License} + +\verbatiminput{../LICENSE.} + \end{document}