Aucune description
chenqinghe b0e252bc98 init project il y a 4 ans
..
sample init project il y a 4 ans
README.md init project il y a 4 ans
sample.bin init project il y a 4 ans
sample.cpu init project il y a 4 ans
source.dot init project il y a 4 ans
source.rpt init project il y a 4 ans
source1 init project il y a 4 ans
source2 init project il y a 4 ans

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