Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FuncInfoExport ¶
type RootExport ¶
type RootExport struct { // current executed function Begin time.Time Children []*StackExport }
type StackExport ¶
type StackExport struct { FuncInfo *FuncInfoExport Begin int64 // us End int64 // us Args interface{} Results interface{} Panic bool Error string Children []*StackExport }
Click to show internal directories.
Click to hide internal directories.