mirror of https://github.com/go-gitea/gitea.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
fgprof is a sampling Go profiler that allows you to analyze On-CPU as well as Off-CPU (e.g. I/O) time together. Go's builtin sampling CPU profiler can only show On-CPU time, but it's better than fgprof at that. Go also includes tracing profilers that can analyze I/O, but they can't be combined with the CPU profiler. fgprof is designed for analyzing applications with mixed I/O and CPU workloads. This kind of profiling is also known as wall-clock profiling. Whilst fgprof can cause significant STW latencies in applications with a lot of goroutines (> 1-10k), these latencies only occur if the profile is requested - it doesn't cause a delay by simply being available. The fgprof profile is mounted on `http://localhost:6060/debug/fgprof?seconds=3` Signed-off-by: Andrew Thornton <art27@cantab.net> |
3 years ago | |
---|---|---|
.. | ||
admin.go | 3 years ago | |
admin_auth_ldap.go | 3 years ago | |
admin_auth_ldap_test.go | 3 years ago | |
cert.go | 3 years ago | |
cmd.go | 3 years ago | |
convert.go | 3 years ago | |
docs.go | 3 years ago | |
doctor.go | 3 years ago | |
dump.go | 3 years ago | |
dump_repo.go | 3 years ago | |
embedded.go | 3 years ago | |
embedded_stub.go | 3 years ago | |
generate.go | 4 years ago | |
hook.go | 3 years ago | |
hook_test.go | 4 years ago | |
keys.go | 4 years ago | |
mailer.go | 3 years ago | |
manager.go | 3 years ago | |
manager_logging.go | 3 years ago | |
migrate.go | 3 years ago | |
migrate_storage.go | 3 years ago | |
restore_repo.go | 3 years ago | |
serv.go | 3 years ago | |
web.go | 3 years ago | |
web_acme.go | 3 years ago | |
web_graceful.go | 3 years ago | |
web_https.go | 3 years ago |