No Description
chenqinghe b0e252bc98 init project 4 years ago
..
sample init project 4 years ago
README.md init project 4 years ago
sample.bin init project 4 years ago
sample.cpu init project 4 years ago
source.dot init project 4 years ago
source.rpt init project 4 years ago
source1 init project 4 years ago
source2 init project 4 years ago

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