• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..26-Feb-2021-

sample/H26-Feb-2021-5635

README.mdH A D26-Feb-2021255 118

source.dotH A D26-Feb-20212.5 KiB1817

source.rptH A D26-Feb-20212.2 KiB5049

source1H A D26-Feb-2021298 2018

source2H A D26-Feb-2021298 2018

README.md

1sample/ contains a sample program that can be profiled.
2sample.bin is its x86-64 binary.
3sample.cpu is a profile generated by sample.bin.
4
5To update the binary and profile:
6
7```shell
8go build -o sample.bin ./sample
9./sample.bin -cpuprofile sample.cpu
10```
11