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:
- Python3. Install natsort module:
pip install natsort
. - pandoc - install version 2.9.
- install pandoc filters:
pip install pandoc-fignos pandoc-tablenos
- install
pandoc-crossref
. This one requires manual installation. I just downloaded the binary from here and copied it to the same place wherepandoc-fignos
is. - MiKTeX - check
Yes
for automatic packets installation
Run:
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.