Skip to content

Files

Latest commit

 

History

History
7 lines (6 loc) · 261 Bytes

readme.md

File metadata and controls

7 lines (6 loc) · 261 Bytes
go test -run TestCurrentH264Reader -cpuprofile currentcpu.out
go tool pprof -http=":8081" ./h264benchmark.test.exe currentcpu.out

go test -run TestNewH264Reader -cpuprofile newcpu.out
go tool pprof -http=":8081" ./h264benchmark.test.exe newcpu.out