Versions in this module Expand all Collapse all v0 v0.1.0 Sep 22, 2016 Changes in this version + const EvBatch + const EvCount + const EvFrequency + const EvFutileWakeup + const EvGCDone + const EvGCScanDone + const EvGCScanStart + const EvGCStart + const EvGCSweepDone + const EvGCSweepStart + const EvGoBlock + const EvGoBlockCond + const EvGoBlockNet + const EvGoBlockRecv + const EvGoBlockSelect + const EvGoBlockSend + const EvGoBlockSync + const EvGoCreate + const EvGoEnd + const EvGoInSyscall + const EvGoPreempt + const EvGoSched + const EvGoSleep + const EvGoStart + const EvGoStartLocal + const EvGoStop + const EvGoSysBlock + const EvGoSysCall + const EvGoSysExit + const EvGoSysExitLocal + const EvGoUnblock + const EvGoUnblockLocal + const EvGoWaiting + const EvGomaxprocs + const EvHeapAlloc + const EvNextGC + const EvNone + const EvProcStart + const EvProcStop + const EvStack + const EvString + const EvTimerGoroutine + const FakeP + const NetpollP + const SyscallP + const TimerP + var BreakTimestampsForTesting bool + var ErrTimeOrder = fmt.Errorf("time stamps out of order") + var EventDescriptions = [EvCount]struct{ ... } + func GoroutineStats(events []*Event) map[uint64]*GDesc + func Print(events []*Event) + func PrintEvent(ev *Event) + func RelatedGoroutines(events []*Event, goid uint64) map[uint64]bool + type Event struct + Args [3]uint64 + G uint64 + Link *Event + Off int + P int + Stk []*Frame + StkID uint64 + Ts int64 + Type byte + func Parse(r io.Reader, bin string) ([]*Event, error) + type Frame struct + File string + Fn string + Line int + PC uint64 + type GDesc struct + BlockTime int64 + CreationTime int64 + EndTime int64 + ExecTime int64 + GCTime int64 + ID uint64 + IOTime int64 + Name string + PC uint64 + SchedWaitTime int64 + StartTime int64 + SweepTime int64 + SyscallTime int64 + TotalTime int64