You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: clarify tracking_mode affects RAM and CPU (#484)
Add a dedicated "Tracking Mode" section to configuration.md explaining
that tracking_mode="machine" (default) measures whole-machine RAM and CPU,
while tracking_mode="process" isolates to the tracked process only.
Also clarifies that GPU is unaffected by this setting.
0 commit comments