Documentation ¶
Overview ¶
Package chromeproc provides utilities to find Chrome processes.
Index ¶
- func BrokerProcesses(execPath string) ([]*process.Process, error)
- func GPUProcesses(execPath string) ([]*process.Process, error)
- func PluginProcesses(execPath string) ([]*process.Process, error)
- func Processes(execPath string) ([]*process.Process, error)
- func RendererProcesses(execPath string) ([]*process.Process, error)
- func Root(execPath string) (*process.Process, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BrokerProcesses ¶
BrokerProcesses returns Chrome broker processes.
func GPUProcesses ¶
GPUProcesses returns Chrome gpu-process processes.
func PluginProcesses ¶
PluginProcesses returns Chrome plugin processes.
func Processes ¶
Processes returns all Chrome processes. execPath is the abspath to the chrome executable.
func RendererProcesses ¶
RendererProcesses returns Chrome renderer processes.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.