MCPcopy Create free account

hub / github.com/bg5sbk/go-labs / functions

Functions262 in github.com/bg5sbk/go-labs

FunctionBenchmark_Float32Add
(b *testing.B)
labs05/labs05_test.go:45
FunctionBenchmark_Float32Div
(b *testing.B)
labs05/labs05_test.go:213
FunctionBenchmark_Float32Mul
(b *testing.B)
labs05/labs05_test.go:157
FunctionBenchmark_Float32Sub
(b *testing.B)
labs05/labs05_test.go:101
FunctionBenchmark_Float64Add
(b *testing.B)
labs05/labs05_test.go:53
FunctionBenchmark_Float64Div
(b *testing.B)
labs05/labs05_test.go:221
FunctionBenchmark_Float64Mul
(b *testing.B)
labs05/labs05_test.go:165
FunctionBenchmark_Float64Sub
(b *testing.B)
labs05/labs05_test.go:109
FunctionBenchmark_GO_Call_GO
(b *testing.B)
labs21/labs21_test.go:11
FunctionBenchmark_Go_Call_C
(b *testing.B)
labs20/labs20_test.go:5
FunctionBenchmark_Go_Call_C
(b *testing.B)
labs21/labs21_test.go:5
FunctionBenchmark_Go_Call_C
(b *testing.B)
labs22/labs22_test.go:11
FunctionBenchmark_Goid
(b *testing.B)
labs27/labs27_test.go:5
FunctionBenchmark_IF1
(b *testing.B)
labs31/labs31_test.go:54
FunctionBenchmark_IF2
(b *testing.B)
labs31/labs31_test.go:60
FunctionBenchmark_IF3
(b *testing.B)
labs31/labs31_test.go:66
FunctionBenchmark_Int16Add
(b *testing.B)
labs05/labs05_test.go:21
FunctionBenchmark_Int16Div
(b *testing.B)
labs05/labs05_test.go:189
FunctionBenchmark_Int16Mul
(b *testing.B)
labs05/labs05_test.go:133
FunctionBenchmark_Int16Sub
(b *testing.B)
labs05/labs05_test.go:77
FunctionBenchmark_Int32Add
(b *testing.B)
labs05/labs05_test.go:29
FunctionBenchmark_Int32Div
(b *testing.B)
labs05/labs05_test.go:197
FunctionBenchmark_Int32Mul
(b *testing.B)
labs05/labs05_test.go:141
FunctionBenchmark_Int32Sub
(b *testing.B)
labs05/labs05_test.go:85
FunctionBenchmark_Int64Add
(b *testing.B)
labs05/labs05_test.go:37
FunctionBenchmark_Int64Div
(b *testing.B)
labs05/labs05_test.go:205
FunctionBenchmark_Int64Mul
(b *testing.B)
labs05/labs05_test.go:149
FunctionBenchmark_Int64Sub
(b *testing.B)
labs05/labs05_test.go:93
FunctionBenchmark_Int8Add
(b *testing.B)
labs05/labs05_test.go:13
FunctionBenchmark_Int8Div
(b *testing.B)
labs05/labs05_test.go:181
FunctionBenchmark_Int8Mul
(b *testing.B)
labs05/labs05_test.go:125
FunctionBenchmark_Int8Sub
(b *testing.B)
labs05/labs05_test.go:69
FunctionBenchmark_IntAdd
(b *testing.B)
labs05/labs05_test.go:5
FunctionBenchmark_IntDiv
(b *testing.B)
labs05/labs05_test.go:173
FunctionBenchmark_IntMul
(b *testing.B)
labs05/labs05_test.go:117
FunctionBenchmark_IntSub
(b *testing.B)
labs05/labs05_test.go:61
FunctionBenchmark_InterfaceSwitch
(b *testing.B)
labs01/labs01_test.go:62
FunctionBenchmark_Invoke1
(b *testing.B)
labs02/labs02_test.go:46
FunctionBenchmark_Invoke2
(b *testing.B)
labs02/labs02_test.go:54
FunctionBenchmark_JeAllocAndFree
(b *testing.B)
labs12/labs12_test.go:11
FunctionBenchmark_LockThread
(b *testing.B)
labs25/labs25_test.go:36
FunctionBenchmark_Lookup
(b *testing.B)
labs15/labs15_test.go:18
FunctionBenchmark_Loop1
基准测试
labs07/labs07_test.go:82
FunctionBenchmark_Loop1
基准测试
labs08/labs08_test.go:83
FunctionBenchmark_Loop1
(b *testing.B)
labs06/labs06_test.go:85
FunctionBenchmark_Loop1
(b *testing.B)
labs04/labs04_test.go:78
FunctionBenchmark_Loop2
测试指针传递进行查找的效率(外部可修改内部数据)
labs07/labs07_test.go:90
FunctionBenchmark_Loop2
测试指针传递进行查找的效率(外部可修改内部数据)
labs08/labs08_test.go:91
FunctionBenchmark_Loop2
(b *testing.B)
labs06/labs06_test.go:97
FunctionBenchmark_Loop2
(b *testing.B)
labs04/labs04_test.go:91
FunctionBenchmark_Loop3
测试值传递进行查找的效率(外部不可修改内部数据)
labs07/labs07_test.go:100
FunctionBenchmark_Loop3
测试值传递进行查找的效率(外部不可修改内部数据)
labs08/labs08_test.go:101
FunctionBenchmark_Loop3
(b *testing.B)
labs06/labs06_test.go:109
FunctionBenchmark_Loop3
(b *testing.B)
labs04/labs04_test.go:104
FunctionBenchmark_Loop4
测试复制数据后传递指针进行查找的效率(外部不可修改内部数据)
labs07/labs07_test.go:110
FunctionBenchmark_Loop4
测试复制数据后传递指针进行查找的效率(外部不可修改内部数据)
labs08/labs08_test.go:111
FunctionBenchmark_Loop4
(b *testing.B)
labs06/labs06_test.go:121
FunctionBenchmark_Loop4
(b *testing.B)
labs04/labs04_test.go:114
FunctionBenchmark_Loop5
测试反射取值(自定义查询表达式的可能性)
labs07/labs07_test.go:120
FunctionBenchmark_Loop5
测试反射取值(自定义查询表达式的可能性)
labs08/labs08_test.go:121
FunctionBenchmark_Loop5
(b *testing.B)
labs06/labs06_test.go:133
FunctionBenchmark_Loop6
测试指针取值(自定义查询表达式的可能性)
labs07/labs07_test.go:128
FunctionBenchmark_Loop6
测试指针取值(自定义查询表达式的可能性)
labs08/labs08_test.go:129
FunctionBenchmark_Loop7
测试指针取值(自定义查询表达式的可能性)
labs07/labs07_test.go:138
FunctionBenchmark_Method1
(b *testing.B)
labs16/labs16_test.go:9
FunctionBenchmark_Method1
(b *testing.B)
labs17/labs17_test.go:240
FunctionBenchmark_Method2
(b *testing.B)
labs16/labs16_test.go:19
FunctionBenchmark_Method2
(b *testing.B)
labs17/labs17_test.go:246
FunctionBenchmark_Method3
(b *testing.B)
labs16/labs16_test.go:33
FunctionBenchmark_Method3
(b *testing.B)
labs17/labs17_test.go:252
FunctionBenchmark_Method4
(b *testing.B)
labs17/labs17_test.go:258
FunctionBenchmark_Method5
(b *testing.B)
labs17/labs17_test.go:264
FunctionBenchmark_NewStruct1
(b *testing.B)
labs03/labs03_test.go:89
FunctionBenchmark_NewStruct2
(b *testing.B)
labs03/labs03_test.go:95
FunctionBenchmark_NewStruct3
(b *testing.B)
labs03/labs03_test.go:101
FunctionBenchmark_NewStruct4
(b *testing.B)
labs03/labs03_test.go:107
FunctionBenchmark_NewStruct5
(b *testing.B)
labs03/labs03_test.go:115
FunctionBenchmark_Normal
(b *testing.B)
labs31/labs31_test.go:36
FunctionBenchmark_Normal
(b *testing.B)
labs25/labs25_test.go:30
FunctionBenchmark_Normal
(b *testing.B)
labs28/labs28_test.go:16
FunctionBenchmark_NormalFuncCall
(b *testing.B)
labs09/labs09_test.go:9
FunctionBenchmark_NormalFuncCall
(b *testing.B)
labs26/labs26_test.go:12
FunctionBenchmark_NormalSwitch
(b *testing.B)
labs01/labs01_test.go:54
FunctionBenchmark_ReflectFuncCall
(b *testing.B)
labs26/labs26_test.go:18
FunctionBenchmark_Search
(b *testing.B)
labs31/labs31_test.go:42
FunctionBenchmark_Switch
(b *testing.B)
labs31/labs31_test.go:48
FunctionBenchmark_TypeSwitch
(b *testing.B)
labs01/labs01_test.go:46
FunctionBenchmark_UseBinaryWrite1
(b *testing.B)
labs24/labs24_test.go:5
FunctionBenchmark_UseBinaryWrite2
(b *testing.B)
labs24/labs24_test.go:12
FunctionBenchmark_UseBoolean
(b *testing.B)
labs23/labs23_test.go:21
FunctionBenchmark_UseCallback
(b *testing.B)
labs18/labs18_test.go:12
FunctionBenchmark_UseHardcode
(b *testing.B)
labs24/labs24_test.go:19
FunctionBenchmark_UseInterface1
(b *testing.B)
labs23/labs23_test.go:7
FunctionBenchmark_UseInterface2
(b *testing.B)
labs23/labs23_test.go:14
FunctionBenchmark_UseSwitch
(b *testing.B)
labs18/labs18_test.go:5
FunctionBenchmark_VarFuncCall1
(b *testing.B)
labs09/labs09_test.go:15
FunctionBenchmark_VarFuncCall2
(b *testing.B)
labs09/labs09_test.go:25
FunctionBenchmark_VeryFastVerify
(b *testing.B)
labs19/labs19_test.go:76
FunctionBenchmark_____FastVerify
(b *testing.B)
labs19/labs19_test.go:68
FunctionBenchmark_________Verify
(b *testing.B)
labs19/labs19_test.go:60
← previousnext →101–200 of 262, ranked by callers