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
{{ message }}
This repository has been archived by the owner on Dec 3, 2019. It is now read-only.
At the minimum, we want to support setting a default sample rate (same as the
-r
option) and sample time (same as the-s
option).Ideally this could be done using the XDG spec, so that it would be something like:
/etc/pyflame/config.yaml
~/.config/pyflame/config.yaml
That way a site operator can update the default settings globally. It looks like there are a few C and C++ libraries that implement basic XDG support.
The text was updated successfully, but these errors were encountered: