Time Sum Command 14 145977 > _pyenv_virtualenv_hook 13 13 -> set -l ret $status 7 145943 -> if [ -n "$VIRTUAL_ENV" ]... 11 11 --> [ -n "$VIRTUAL_ENV" ] 20 145925 --> pyenv activate --quiet 10 10 ---> set command $argv[1] 6 6 ---> set -e argv[1] 1384 145889 ---> switch "$command"... -1154 144505 ----> source (pyenv "sh-$command" $argv|psub) 247 144288 -----> pyenv "sh-$command" $argv|psub 254 262 ------> source /usr/share/fish/functions/psub.fish 8 8 -------> function psub --description "Read from stdin into a file and output the filename. Remove the file when the command that called psub exits."... 14 14 ------> set command $argv[1] 8 8 ------> set -e argv[1] 19 140209 ------> switch "$command"... 140190 140190 -------> command pyenv "$command" $argv 31 31 ------> set -l options -x 'f,F' -x 'F,s' h/help f/file F/fifo 's/suffix=' T-testing 66 66 ------> argparse -n psub --max-args=0 $options -- $argv 3 9 ------> if set -q _flag_help... 6 6 -------> set -q _flag_help 7 7 ------> set -l dirname 5 5 ------> set -l filename 5 5 ------> set -l funcname 1 7 ------> if not status --is-command-substitution... 6 6 -------> not status --is-command-substitution 6 6 ------> set -l tmpdir /tmp 4 4 ------> set -q TMPDIR 15 2990 ------> if set -q _flag_fifo... 3 3 -------> set -q _flag_fifo 11 11 -------> test -z "$_flag_suffix" 232 1616 -------> set filename (mktemp $tmpdir/.psub.XXXXXXXXXX) 1384 1384 --------> mktemp $tmpdir/.psub.XXXXXXXXXX 1345 1345 -------> command cat >$filename 20 20 ------> echo $filename 1 9 ------> if set -q _flag_testing... 8 8 -------> set -q _flag_testing 11 373 ------> while true ... 34 34 -------> true 173 218 -------> set funcname __fish_psub_(random) 45 45 --------> random 5 110 -------> if not functions $funcname >/dev/null 2>/dev/null... 99 99 --------> not functions $funcname >/dev/null 2>/dev/null 6 6 --------> break 16 16 ------> function $funcname --on-job-exit caller --inherit-variable filename --inherit-variable dirname --inherit-variable funcname... 9 9 -----> true 22 1362 -----> __fish_psub_18893 JOB_EXIT 0 0 1308 1308 ------> command rm $filename 1 19 ------> if test -n "$dirname"... 18 18 -------> test -n "$dirname" 13 13 ------> functions -e $funcname 7 7 -> return $ret