Nav apraksta
Margaret Nolan e1eea0c27b add missing license headers (#437) 6 gadus atpakaļ
..
sample add missing license headers (#437) 6 gadus atpakaļ
README.md weblist output disassembly now contains inlined source. (#235) 7 gadus atpakaļ
sample.bin weblist output disassembly now contains inlined source. (#235) 7 gadus atpakaļ
sample.cpu weblist output disassembly now contains inlined source. (#235) 7 gadus atpakaļ
source.dot Fix id assignment in dot+svg output. (#224) 7 gadus atpakaļ
source.rpt Update tree structure to follow Go conventions 9 gadus atpakaļ
source1 Update tree structure to follow Go conventions 9 gadus atpakaļ
source2 Update tree structure to follow Go conventions 9 gadus atpakaļ

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