MCPcopy Create free account

hub / github.com/davecheney/gophercon2018-performance-tuning-workshop / functions

Functions69 in github.com/davecheney/gophercon2018-performance-tuning-workshop

↓ 4 callersFunctionisSpace
(ch byte)
exercises/isspace/isspace.go:3
↓ 4 callersFunctionsetup
fake up some values for request and client.
6-tips-and-tricks/examples/concat/concat_test.go:15
↓ 3 callersFunctionFib
Fib computes the n'th number in the Fibonacci series.
2-benchmarking/examples/fib/fib_test.go:6
↓ 3 callersFunctionplayer
(table chan int, name string)
5-execution-tracer/ping-pong/main.go:42
↓ 2 callersFunctionFib
START OMIT
2-benchmarking/examples/benchfib/wrong_test.go:6
↓ 2 callersFunctionSum
Sum returns the sum of the numbers 1 to 100
3-compiler-optimisations/examples/esc/sum.go:6
↓ 2 callersFunctionbenchmarkIsSpace
(b *testing.B, c byte)
exercises/isspace/isspace_test.go:19
↓ 2 callersFunctionsetup
(t testing.TB, path string)
exercises/isspace/isspace_test.go:44
↓ 1 callersFunctionCenter
(p *Point)
3-compiler-optimisations/examples/esc/center.go:10
↓ 1 callersFunctionF
()
3-compiler-optimisations/examples/max/max.go:10
↓ 1 callersFunctionMax
(a, b int)
3-compiler-optimisations/examples/max/max.go:3
↓ 1 callersFunctionallocate
allocate allocates count byte slices and returns the first slice allocated.
4-profiling/examples/inuseallocs/main.go:21
↓ 1 callersFunctionassert
(t testing.TB, got, want int)
exercises/isspace/isspace_test.go:87
↓ 1 callersFunctioncheck
(t testing.TB, err error)
exercises/isspace/isspace_test.go:50
↓ 1 callersFunctionfillImage
(m *img, workers int)
exercises/mandelweb/mandelweb.go:53
↓ 1 callersFunctionfillPixel
(m *img, x, y int)
exercises/mandelweb/mandelweb.go:75
↓ 1 callersFunctiongenerate
(in <-chan int, out chan<- int)
4-profiling/examples/block.go:10
↓ 1 callersFunctionlogRequest
(h http.Handler)
exercises/mandelweb/mandelweb.go:24
↓ 1 callersFunctionmakeByteSlice
makeByteSlice returns a byte slice of a random length in the range [0, 16384).
4-profiling/examples/inuseallocs/main.go:30
↓ 1 callersFunctionpaint
(c *color.RGBA, x, y float64)
exercises/mandelweb/mandelweb.go:92
↓ 1 callersFunctionpass
(left, right chan int)
5-execution-tracer/daisy/main.go:43
↓ 1 callersFunctionpopcnt
(x uint64)
2-benchmarking/examples/popcnt/popcnt_test.go:11
↓ 1 callersFunctionreadbyte
(r io.Reader)
4-profiling/examples/words/main2.go:41
↓ 1 callersFunctionreadbyte
(r io.Reader)
4-profiling/examples/words/main.go:36
↓ 1 callersFunctionsendFirst
(ch chan int)
5-execution-tracer/daisy/main.go:48
MethodAt
(x, y int)
exercises/mandelweb/mandelweb.go:49
FunctionBenchmarkComplicated
END1 OMIT START2 OMIT
2-benchmarking/examples/reset.go:15
FunctionBenchmarkConcatenate
(b *testing.B)
6-tips-and-tricks/examples/concat/concat_test.go:26
FunctionBenchmarkCountWhitespacePrideAndPrejudice
(b *testing.B)
exercises/isspace/isspace_test.go:29
FunctionBenchmarkExpensive
START1 OMIT
2-benchmarking/examples/reset.go:4
FunctionBenchmarkFib1
(b *testing.B)
2-benchmarking/examples/fib/fib_test.go:23
FunctionBenchmarkFib20
(b *testing.B)
2-benchmarking/examples/fib/fib_test.go:17
FunctionBenchmarkFibWrong
(b *testing.B)
2-benchmarking/examples/benchfib/wrong_test.go:14
FunctionBenchmarkFibWrong2
(b *testing.B)
2-benchmarking/examples/benchfib/wrong_test.go:18
FunctionBenchmarkFprintf
(b *testing.B)
6-tips-and-tricks/examples/concat/concat_test.go:42
FunctionBenchmarkIsSpaceFalse
(b *testing.B)
exercises/isspace/isspace_test.go:15
FunctionBenchmarkIsSpaceTrue
(b *testing.B)
exercises/isspace/isspace_test.go:11
FunctionBenchmarkPlayer
(b *testing.B)
5-execution-tracer/ping-pong/main_test.go:19
FunctionBenchmarkPopcnt
START OMIT
2-benchmarking/examples/popcnt/popcnt2_test.go:20
FunctionBenchmarkPopcnt
(b *testing.B)
2-benchmarking/examples/popcnt/popcnt_test.go:18
FunctionBenchmarkRead
(b *testing.B)
2-benchmarking/examples/benchmark.go:3
FunctionBenchmarkSprintf
(b *testing.B)
6-tips-and-tricks/examples/concat/concat_test.go:57
FunctionBenchmarkStrconv
(b *testing.B)
6-tips-and-tricks/examples/concat/concat_test.go:70
FunctionBenchmarkSum
(b *testing.B)
3-compiler-optimisations/examples/esc/esc_test.go:7
MethodBounds
()
exercises/mandelweb/mandelweb.go:51
MethodColorModel
()
exercises/mandelweb/mandelweb.go:50
FunctionFib2
(n int)
2-benchmarking/examples/fib/fib_test.go:39
FunctionNewPoint
()
3-compiler-optimisations/examples/esc/center.go:15
FunctionTestCountPrideAndPrejudice
(t *testing.T)
exercises/isspace/isspace_test.go:74
FunctionTestFib
(t *testing.T)
2-benchmarking/examples/fib/fib_test.go:29
FunctionTestIsSpace
(t *testing.T)
exercises/isspace/isspace_test.go:57
FunctionisSpace1
(ch byte)
exercises/isspace/isspace.go:6
FunctionisSpace2
(ch byte)
exercises/isspace/isspace.go:15
FunctionisSpace3
(ch byte)
exercises/isspace/isspace.go:26
FunctionisSpace4
(ch byte)
exercises/isspace/isspace.go:35
Functionmain
()
5-execution-tracer/daisy/main.go:23
Functionmain
()
5-execution-tracer/ping-pong/main.go:24
Functionmain
()
3-compiler-optimisations/examples/esc/sum.go:20
Functionmain
()
3-compiler-optimisations/examples/max/max.go:17
Functionmain
()
exercises/mandelweb/mandelweb.go:18
Functionmain
()
4-profiling/examples/block.go:16
Functionmain
()
4-profiling/examples/mutex/mutex.go:21
Functionmain
()
4-profiling/examples/words/main2.go:14
Functionmain
()
4-profiling/examples/words/main.go:11
Functionmain
()
4-profiling/examples/inuseallocs/main.go:14
Functionmandelbrot
(w http.ResponseWriter, req *http.Request)
exercises/mandelweb/mandelweb.go:32
Functionpopcnt
(x uint64)
2-benchmarking/examples/popcnt/popcnt2_test.go:12
FunctionprocessRequest
(work *Work)
6-tips-and-tricks/examples/semaphore.go:8
Functionroot
(w http.ResponseWriter, r *http.Request)
4-profiling/examples/mutex/mutex.go:27