mirror of
https://github.com/davidalves04/Trabalho-Pratico-SD.git
synced 2026-02-04 13:15:55 +00:00
yup
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -56,7 +56,7 @@ build/
|
|||||||
# Other
|
# Other
|
||||||
*.swp
|
*.swp
|
||||||
*.pdf
|
*.pdf
|
||||||
!report.pdf
|
!Desempenho_Linux.pdf
|
||||||
|
|
||||||
# JAR built pom file
|
# JAR built pom file
|
||||||
dependency-reduced-pom.xml
|
dependency-reduced-pom.xml
|
||||||
@@ -64,3 +64,6 @@ dependency-reduced-pom.xml
|
|||||||
# Python env
|
# Python env
|
||||||
venv/
|
venv/
|
||||||
.$Diagrama de arquitetura - SD.drawio.bkp
|
.$Diagrama de arquitetura - SD.drawio.bkp
|
||||||
|
|
||||||
|
#others
|
||||||
|
*.out
|
||||||
|
|||||||
Binary file not shown.
10
report.tex
10
report.tex
@@ -15,6 +15,16 @@
|
|||||||
\definecolor{codegray}{rgb}{0.95,0.95,0.95}
|
\definecolor{codegray}{rgb}{0.95,0.95,0.95}
|
||||||
\definecolor{accent}{RGB}{0, 100, 180}
|
\definecolor{accent}{RGB}{0, 100, 180}
|
||||||
|
|
||||||
|
\usepackage{hyperref}
|
||||||
|
|
||||||
|
\hypersetup{
|
||||||
|
pdftitle={Relatório de Correção de Regressão de Desempenho em Linux},
|
||||||
|
pdfauthor={Leandro Afonso},
|
||||||
|
pdfsubject={Análise Técnica},
|
||||||
|
pdfkeywords={Linux, Java, Latency, Syscall, Optimization},
|
||||||
|
pdfcreator={pdfLaTeX}
|
||||||
|
}
|
||||||
|
|
||||||
% data
|
% data
|
||||||
\renewcommand{\today}{%
|
\renewcommand{\today}{%
|
||||||
\number\day\ de %
|
\number\day\ de %
|
||||||
|
|||||||
Reference in New Issue
Block a user