Skip to content

The book "Performance Analysis and Tuning on Modern CPU"

License

Notifications You must be signed in to change notification settings

ywgrit/perf-book

 
 

Repository files navigation

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"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TeX 95.8%
  • Python 4.2%