OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:countmallocs
(Results
1 - 2
of
2
) sorted by null
/prebuilts/go/darwin-x86/src/net/rpc/
server_test.go
484
func
countMallocs
(dial func() (*Client, error), t *testing.T) float64 {
512
fmt.Printf("mallocs per rpc round trip: %v\n",
countMallocs
(dialDirect, t))
522
fmt.Printf("mallocs per HTTP rpc round trip: %v\n",
countMallocs
(dialHTTP, t))
/prebuilts/go/linux-x86/src/net/rpc/
server_test.go
484
func
countMallocs
(dial func() (*Client, error), t *testing.T) float64 {
512
fmt.Printf("mallocs per rpc round trip: %v\n",
countMallocs
(dialDirect, t))
522
fmt.Printf("mallocs per HTTP rpc round trip: %v\n",
countMallocs
(dialHTTP, t))
Completed in 236 milliseconds