We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Run go test -run=XXX -bench=BenchmarkHumanSolve -cpuprofile=cpu.out
go test -run=XXX -bench=BenchmarkHumanSolve -cpuprofile=cpu.out
Then run go tool pprof --pdf sudoku.test cpu.out > result.pdf
go tool pprof --pdf sudoku.test cpu.out > result.pdf