Skip to content

A fork of https://github.com/golang/go. This repository adds a new feature to generate additional performance profiling data.

License

Notifications You must be signed in to change notification settings

inatatsu/go-with-wakeup-profile

 
 

go-with-wakeup-profile

A fork of the Go programming language. This repository adds a new feature to generate additional performance profiling data.

Link to the original README.

how to build

  1. Build a container to build a golang

Select a golang version (1.9 or 1.10) to build by choosing a branch

$ docker build -t go-wakeup [email protected]:IBM/go-with-wakeup-profile#wakeup-profile.go1.10
  1. Run the container
$ docker run --rm go-wakeup > go-1.10-wakeup.tar.gz
  1. Make sure you get a golang with wakeup profile
$ tar -zxvf go-1.10-wakeup.tar.gz
$ ./go/bin/go version
go version go1.10.2-wakeup linux/{$ARCH}

About

A fork of https://github.com/golang/go. This repository adds a new feature to generate additional performance profiling data.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 88.0%
  • Assembly 6.1%
  • HTML 5.3%
  • C 0.4%
  • Shell 0.1%
  • Perl 0.1%