File manager - Edit - /opt/saltstack/salt/lib/python3.10/site-packages/salt/output/__pycache__/profile.cpython-310.pyc
Back
o ;jA � @ s8 d Z ddlm mZ dZdd� Zddd�Zd d � ZdS )a� Display profiling data in a table format ======================================== Show profile data for returners that would normally show a highstate output. CLI Example: .. code-block:: bash salt '*' state.apply something --out=profile Attempt to output the returns of state.sls and state.highstate as a table of names, modules and durations that looks somewhat like the following:: name mod.fun duration (ms) -------------------------------------------------------- I-fail-unless-stmt other.function -1.0000 old-minion-config grains.list_present 1.1200 salt-data group.present 48.3800 /etc/salt/minion file.managed 63.1450 To get the above appearance, use settings something like these:: out.table.separate_rows: False out.table.justify: left out.table.delim: ' ' out.table.prefix: '' out.table.suffix: '' � NZprofilec C s dS )NT� r r r �G/opt/saltstack/salt/lib/python3.10/site-packages/salt/output/profile.py�__virtual__&