-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathperformance-engineering.typ
More file actions
38 lines (25 loc) · 911 Bytes
/
performance-engineering.typ
File metadata and controls
38 lines (25 loc) · 911 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
#import "template.typ": project
#project("Performance Engineering")[
#align(center)[#block(fill: luma(245), inset: 10pt, width: 80%, text(size: 9pt)[
#align(center)[#text(size: 24pt, weight: "bold")[Performance Engineering]]
])]
#outline(title: "Table of Contents", depth: 2)
#emph[Enjoy.]
#pagebreak()
#include "performance-engineering/methodology.typ"
#pagebreak()
#include "performance-engineering/benchmarking.typ"
#pagebreak()
#include "performance-engineering/cpu-profiling.typ"
#pagebreak()
#include "performance-engineering/memory-performance.typ"
#pagebreak()
#include "performance-engineering/concurrency-performance.typ"
#pagebreak()
#include "performance-engineering/io-performance.typ"
#pagebreak()
#include "performance-engineering/queueing-theory.typ"
#pagebreak()
#include "performance-engineering/capacity-planning.typ"
#pagebreak()
]