Aucune description
Sanjay Ghemawat 8494129efa weblist output disassembly now contains inlined source. (#235) il y a 7 ans
..
sample weblist output disassembly now contains inlined source. (#235) il y a 7 ans
README.md weblist output disassembly now contains inlined source. (#235) il y a 7 ans
sample.bin weblist output disassembly now contains inlined source. (#235) il y a 7 ans
sample.cpu weblist output disassembly now contains inlined source. (#235) il y a 7 ans
source.dot Fix id assignment in dot+svg output. (#224) il y a 7 ans
source.rpt Update tree structure to follow Go conventions il y a 9 ans
source1 Update tree structure to follow Go conventions il y a 9 ans
source2 Update tree structure to follow Go conventions il y a 9 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