설명 없음
chenqinghe b0e252bc98 init project 4 년 전
..
sample init project 4 년 전
README.md init project 4 년 전
sample.bin init project 4 년 전
sample.cpu init project 4 년 전
source.dot init project 4 년 전
source.rpt init project 4 년 전
source1 init project 4 년 전
source2 init project 4 년 전

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