Ei kuvausta
chenqinghe b0e252bc98 init project 4 vuotta sitten
..
sample init project 4 vuotta sitten
README.md init project 4 vuotta sitten
sample.bin init project 4 vuotta sitten
sample.cpu init project 4 vuotta sitten
source.dot init project 4 vuotta sitten
source.rpt init project 4 vuotta sitten
source1 init project 4 vuotta sitten
source2 init project 4 vuotta sitten

README.md

sample/ contains a sample program that can be profiled. sample.bin is its x86-64 binary. sample.cpu is a profile generated by sample.bin.

To update the binary and profile:

go build -o sample.bin ./sample
./sample.bin -cpuprofile sample.cpu