Imports #
"fmt"
"log"
"net"
"os"
"runtime"
"runtime/trace"
"sync"
"syscall"
"time"
"fmt"
"log"
"net"
"os"
"runtime"
"runtime/trace"
"sync"
"syscall"
"time"
func allocHog(dt time.Duration)
blockingSyscall blocks the current goroutine for duration d in a syscall and sends a message to done when it is done or if the syscall failed.
func blockingSyscall(d time.Duration, done chan<- error)
func cpu10(wg *sync.WaitGroup)
func cpu20(wg *sync.WaitGroup)
func cpuHog(dt time.Duration)
func main()
Generated with Arrow