dendibakh / perf-book
- воскресенье, 12 декабря 2021 г. в 00:30:00
The book "Performance Analysis and Tuning on Modern CPU"
This is a repository with source files of the book "Performance Analysis and Tuning on Modern CPU" by Denis Bakhvalov, et al.
You need to install:
pip install natsort
.pip install pandoc-fignos pandoc-tablenos
pandoc-crossref
. This one requires manual installation. I just downloaded the binary from here and copied it to the same place where pandoc-fignos
is.Yes
for automatic packets installationRun:
python.exe export_book.py && pdflatex book.tex && bibtex book && pdflatex book.tex && pdflatex book.tex
First compilation may be slow due to installation of required packets.