HomeSort by relevance Sort by last modified time
    Searched full:countmallocs (Results 1 - 2 of 2) sorted by null

  /prebuilts/go/darwin-x86/src/net/rpc/
server_test.go 508 func countMallocs(dial func() (*Client, error), t *testing.T) float64 {
536 fmt.Printf("mallocs per rpc round trip: %v\n", countMallocs(dialDirect, t))
546 fmt.Printf("mallocs per HTTP rpc round trip: %v\n", countMallocs(dialHTTP, t))
  /prebuilts/go/linux-x86/src/net/rpc/
server_test.go 508 func countMallocs(dial func() (*Client, error), t *testing.T) float64 {
536 fmt.Printf("mallocs per rpc round trip: %v\n", countMallocs(dialDirect, t))
546 fmt.Printf("mallocs per HTTP rpc round trip: %v\n", countMallocs(dialHTTP, t))

Completed in 158 milliseconds