Time Sum Command 14 142850 > _pyenv_virtualenv_hook 12 12 -> set -l ret $status 6 142817 -> if [ -n "$VIRTUAL_ENV" ]... 10 10 --> [ -n "$VIRTUAL_ENV" ] 18 142801 --> pyenv activate --quiet 10 10 ---> set command $argv[1] 6 6 ---> set -e argv[1] 1295 142767 ---> switch "$command"... -1157 141472 ----> source (pyenv "sh-$command" $argv|psub) 221 141347 -----> pyenv "sh-$command" $argv|psub 235 246 ------> source /usr/share/fish/functions/psub.fish 11 11 -------> function psub --description "Read from stdin into a file and output the filename. Remove the file when the command that called psub exits."... 15 15 ------> set command $argv[1] 7 7 ------> set -e argv[1] 19 137381 ------> switch "$command"... 137362 137362 -------> command pyenv "$command" $argv 35 35 ------> set -l options -x 'f,F' -x 'F,s' h/help f/file F/fifo 's/suffix=' T-testing 69 69 ------> argparse -n psub --max-args=0 $options -- $argv 1 8 ------> if set -q _flag_help... 7 7 -------> set -q _flag_help 6 6 ------> set -l dirname 6 6 ------> set -l filename 4 4 ------> set -l funcname 1 8 ------> if not status --is-command-substitution... 7 7 -------> not status --is-command-substitution 6 6 ------> set -l tmpdir /tmp 5 5 ------> set -q TMPDIR 19 2947 ------> if set -q _flag_fifo... 4 4 -------> set -q _flag_fifo 11 11 -------> test -z "$_flag_suffix" 240 1594 -------> set filename (mktemp $tmpdir/.psub.XXXXXXXXXX) 1354 1354 --------> mktemp $tmpdir/.psub.XXXXXXXXXX 1319 1319 -------> command cat >$filename 20 20 ------> echo $filename 2 10 ------> if set -q _flag_testing... 8 8 -------> set -q _flag_testing 9 336 ------> while true ... 34 34 -------> true 137 182 -------> set funcname __fish_psub_(random) 45 45 --------> random 6 111 -------> if not functions $funcname >/dev/null 2>/dev/null... 100 100 --------> not functions $funcname >/dev/null 2>/dev/null 5 5 --------> break 17 17 ------> function $funcname --on-job-exit caller --inherit-variable filename --inherit-variable dirname --inherit-variable funcname... 8 8 -----> true 20 1274 -----> __fish_psub_16158 JOB_EXIT 0 0 1219 1219 ------> command rm $filename 2 21 ------> if test -n "$dirname"... 19 19 -------> test -n "$dirname" 14 14 ------> functions -e $funcname 7 7 -> return $ret