Searched defs:cpuProfile (Results 1 – 5 of 5) sorted by relevance
37 type cpuProfile struct { struct38 lock mutex39 on bool // profiling is on40 log *profBuf // profile events written here53 extra [1000]uintptr54 numExtra int55 lostExtra uint64 // count of frames lost because extra is full56 lostAtomic uint64 // count of frames lost because of being in atomic64 on mips/arm; updated racily106 func (p *cpuProfile) add(tagPtr *unsafe.Pointer, stk []uintptr) {138 func (p *cpuProfile) addNonGo(stk []uintptr) {[all …]
56 cpuProfile = flag.String("cpu_profile", "", "write cpu profile to file") var
65 …cpuProfile = flag.String("test.cpuprofile", "", "write a cpu profile to the named file during … var
331 func cpuProfile(b []byte, period int64, parse func(b []byte) (uint64, []byte)) (*Profile, error) { func
465 cpuProfile *string var