powerpook / perf-book

The book "Performance Analysis and Tuning on Modern CPU"

Home Page:https://book.easyperf.net/perf_book

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

perf-book

This is a repository with source files of the book "Performance Analysis and Tuning on Modern CPU" by Denis Bakhvalov, et al.

Requirements

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 where pandoc-fignos is.
  • MiKTeX - check Yes for automatic packets installation

Building a book (pdf)

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.

License

Creative Commons Zero v1.0 Universal

About

The book "Performance Analysis and Tuning on Modern CPU"

https://book.easyperf.net/perf_book

License:Creative Commons Zero v1.0 Universal


Languages

Language:TeX 95.8%Language:Python 4.2%