Skip to content

Commit

Permalink
docs: add Developer document for Performance Profiling - spellcheck
Browse files Browse the repository at this point in the history
Signed-off-by: mbshields <[email protected]>
  • Loading branch information
mbshields committed Sep 26, 2023
1 parent e4f40d8 commit 84557eb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .wordlist.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
allocs
amd
apache
API
Expand All @@ -23,6 +24,7 @@ CI
cli
CLI
ClusterIP
cmdline
CNAME
CNCF
codebase
Expand All @@ -32,11 +34,14 @@ ConfigMap
conformant
containerd
CPUs
cpu
credentialsFile
cri
CRI
crt
CSS
cURL
curl
cve
CVE
CVEs
Expand Down Expand Up @@ -66,6 +71,8 @@ GitHub
gitlab
GitLab
golang
goroutine
goroutines
GPG
graphQL
gui
Expand Down Expand Up @@ -110,6 +117,8 @@ mgmt
minify
mkdocs
mTLS
mutex
mutexes
myfile
natively
ng
Expand All @@ -133,6 +142,7 @@ plaintext
png
podman
pollInterval
pprof
PR
PRs
prometheus
Expand Down Expand Up @@ -171,6 +181,7 @@ substring
subtree
subtrees
systemd
threadcreate
TLS
tlsVerify
tmp
Expand All @@ -188,6 +199,7 @@ trustStores
tunable
twemoji
UI
unrecovered
unreviewed
uri
URI
Expand Down
2 changes: 1 addition & 1 deletion docs/developer-guide/pprofiling.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> :point_right: Use zot's built-in profiling tools to collect and analyze runtime performance.
The profiling capabilites within zot allow a zot administrator to collect and export a range of diagnostic performance data such as CPU intensive function calls, memory allocations, and execution traces. The collected data can then be analyzed using go tools and a variety of available visualization tools.
The profiling capabilities within zot allow a zot administrator to collect and export a range of diagnostic performance data such as CPU intensive function calls, memory allocations, and execution traces. The collected data can then be analyzed using go tools and a variety of available visualization tools.

## What data is available?

Expand Down

0 comments on commit 84557eb

Please sign in to comment.