Time Sum Command 12 137160 > _pyenv_virtualenv_hook 10 10 -> set -l ret $status 5 137130 -> if [ -n "$VIRTUAL_ENV" ]... 9 9 --> [ -n "$VIRTUAL_ENV" ] 18 137116 --> pyenv activate --quiet 8 8 ---> set command $argv[1] 6 6 ---> set -e argv[1] 1383 137084 ---> switch "$command"... -1166 135701 ----> source (pyenv "sh-$command" $argv|psub) 212 135495 -----> pyenv "sh-$command" $argv|psub 209 216 ------> source /usr/share/fish/functions/psub.fish 7 7 -------> function psub --description "Read from stdin into a file and output the filename. Remove the file when the command that called psub exits."... 12 12 ------> set command $argv[1] 7 7 ------> set -e argv[1] 17 131837 ------> switch "$command"... 131820 131820 -------> command pyenv "$command" $argv 28 28 ------> set -l options -x 'f,F' -x 'F,s' h/help f/file F/fifo 's/suffix=' T-testing 65 65 ------> argparse -n psub --max-args=0 $options -- $argv 2 8 ------> if set -q _flag_help... 6 6 -------> set -q _flag_help 7 7 ------> set -l dirname 5 5 ------> 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 4 4 ------> set -q TMPDIR 15 2680 ------> if set -q _flag_fifo... 4 4 -------> set -q _flag_fifo 10 10 -------> test -z "$_flag_suffix" 124 1368 -------> set filename (mktemp $tmpdir/.psub.XXXXXXXXXX) 1244 1244 --------> mktemp $tmpdir/.psub.XXXXXXXXXX 1283 1283 -------> command cat >$filename 20 20 ------> echo $filename 1 9 ------> if set -q _flag_testing... 8 8 -------> set -q _flag_testing 9 350 ------> while true ... 34 34 -------> true 153 199 -------> set funcname __fish_psub_(random) 46 46 --------> random 7 108 -------> if not functions $funcname >/dev/null 2>/dev/null... 96 96 --------> 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... 9 9 -----> true 20 1363 -----> __fish_psub_7940 JOB_EXIT 0 0 1310 1310 ------> command rm $filename 2 20 ------> if test -n "$dirname"... 18 18 -------> test -n "$dirname" 13 13 ------> functions -e $funcname 8 8 -> return $ret