Documentation ¶
Overview ¶
Package server implements the rpc gpu debugger service, queriable by the clients, along with some helpers exposed via an http listener.
Package server implements the rpc gpu debugger service, queriable by the clients, along with some helpers exposed via an http listener.
Index ¶
Constants ¶
View Source
const (
FILE_SIZE_LIMIT_IN_BYTES = 2147483647
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { Info *service.ServerInfo StringTables []*stringtable.StringTable EnableLocalFiles bool PreloadDepGraph bool AuthToken auth.Token DeviceScanDone task.Signal LogBroadcaster *log.Broadcaster IdleTimeout time.Duration }
Config holds the server configuration settings.
Click to show internal directories.
Click to hide internal directories.