Ingen beskrivning
Garrett Wang fc25d7d30c
Add url to "Interpret the call graph" section in pprof legend. (#530)
5 år sedan
..
sample add missing license headers (#437) 6 år sedan
README.md weblist output disassembly now contains inlined source. (#235) 7 år sedan
sample.bin weblist output disassembly now contains inlined source. (#235) 7 år sedan
sample.cpu weblist output disassembly now contains inlined source. (#235) 7 år sedan
source.dot Add url to "Interpret the call graph" section in pprof legend. (#530) 5 år sedan
source.rpt Update tree structure to follow Go conventions 9 år sedan
source1 Update tree structure to follow Go conventions 9 år sedan
source2 Update tree structure to follow Go conventions 9 år sedan

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