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
PyDelphin has no trouble reading or writing compressed (.gz) files in [incr tsdb()] profiles, so a nice feature for the delphin command would be to compress a profile in-place. Perhaps this could be part of the mkprof subcommand. This could be done just by adding an --in-place switch to alternate with the otherwise required --source:
Going with --in-place, because then other things open up, like filtering or applying to profiles in place.
Creating skeletons with --in-place is currently not allowed, because deleting the non-item tables (e.g. without deleting extra files in the directory) is a bit messy, and it seems a weak use case anyway.
PyDelphin has no trouble reading or writing compressed (.gz) files in [incr tsdb()] profiles, so a nice feature for the
delphin
command would be to compress a profile in-place. Perhaps this could be part of themkprof
subcommand. This could be done just by adding an--in-place
switch to alternate with the otherwise required--source
:Then to compress:
To decompress:
But this could also be simpler, e.g. something like:
But then we'd need a new usage synposis and 2 new options, instead of just one new option.
The text was updated successfully, but these errors were encountered: