Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/divan/gotrace
/ types & classes
Types & classes
21 in github.com/divan/gotrace
⨍
Functions
656
◇
Types & classes
21
↓ 1 callers
TypeAlias
ByTimestamp
ByTimestamp implements sort.Interface for sorting command by timestamp.
commands.go:130
↓ 1 callers
TypeAlias
eventList
trace/parser.go:675
Struct
Command
Command is a common structure for all types of supported events (aka 'commands'). It's main purpose to handle JSON marshalling.
commands.go:31
Struct
Commands
commands.go:8
Struct
Event
Event describes one event in the trace.
trace/parser.go:20
Interface
EventSource
EventSource defines anything that can return tracing events.
events.go:17
Struct
Frame
Frame is a frame in stack traces.
trace/parser.go:45
Struct
G
trace/parser.go:309
Struct
GDesc
GDesc contains statistics about execution of a single goroutine.
trace/goroutines.go:8
Struct
NativeRun
NativeRun implements EventSource for running app locally, using native Go installation.
events.go:66
Struct
PageInfo
web.go:14
Struct
Params
Params represents params for GoThree.js library.
params.go:4
Struct
RawSource
RawSource implements EventSource for raw events in JSON file.
events.go:147
Struct
TraceSource
TraceSource implements EventSource for pre-made trace file
events.go:23
Struct
asset
bindata_assetfs.go:76
Struct
bindataFileInfo
bindata_assetfs.go:81
Struct
bintree
bindata_assetfs.go:952
Struct
gdesc
trace/parser.go:365
Struct
gdesc
gdesc is a private part of GDesc that is required only during analysis.
trace/goroutines.go:29
Struct
pdesc
trace/parser.go:371
Struct
rawEvent
rawEvent is a helper type used during parsing.
trace/parser.go:82