Documentation
¶
Overview ¶
Package perfmetrics captures coarse process and SQLite resource counters for long media operations. Snapshots are best-effort: missing /proc support or PRAGMA failures should never affect indexing or scraping behavior.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DBProvider ¶
type Recorder ¶
type Recorder struct {
// contains filtered or unexported fields
}
func NewRecorderForDB ¶
func NewRecorderForDB(db DBProvider) (recorder Recorder)
type RuntimeStats ¶
Click to show internal directories.
Click to hide internal directories.