Dash-Industry-Forum / livesim2

DASH Live Source Simulator v2 in Go
Other
34 stars 5 forks source link

Add pprof profiler #110

Closed tobbee closed 9 months ago

tobbee commented 9 months ago

Add HTTP entry to ask for a proof profiling for a limited time. This is in particular useful as the complexity is increased with resegmentation and encryption.

See https://pkg.go.dev/net/http/pprof for more info