Time Sum Command 23 162518 > _pyenv_virtualenv_hook 15 15 -> set -l ret $status 8 162471 -> if [ -n "$VIRTUAL_ENV" ]... 13 13 --> [ -n "$VIRTUAL_ENV" ] 30 162450 --> pyenv activate --quiet 14 14 ---> set command $argv[1] 9 9 ---> set -e argv[1] 1513 162397 ---> switch "$command"... -1199 160884 ----> source (pyenv "sh-$command" $argv|psub) 254 160582 -----> pyenv "sh-$command" $argv|psub 322 337 ------> source /usr/share/fish/functions/psub.fish 15 15 -------> function psub --description "Read from stdin into a file and output the filename. Remove the file when the command that called psub exits."... 19 19 ------> set command $argv[1] 10 10 ------> set -e argv[1] 22 156271 ------> switch "$command"... 156249 156249 -------> command pyenv "$command" $argv 39 39 ------> 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 7 7 ------> set -l dirname 5 5 ------> set -l filename 5 5 ------> set -l funcname 2 8 ------> if not status --is-command-substitution... 6 6 -------> not status --is-command-substitution 6 6 ------> set -l tmpdir /tmp 4 4 ------> set -q TMPDIR 17 3031 ------> if set -q _flag_fifo... 4 4 -------> set -q _flag_fifo 11 11 -------> test -z "$_flag_suffix" 236 1606 -------> set filename (mktemp $tmpdir/.psub.XXXXXXXXXX) 1370 1370 --------> mktemp $tmpdir/.psub.XXXXXXXXXX 1393 1393 -------> command cat >$filename 25 25 ------> echo $filename 2 11 ------> if set -q _flag_testing... 9 9 -------> set -q _flag_testing 12 454 ------> while true ... 39 39 -------> true 212 278 -------> set funcname __fish_psub_(random) 66 66 --------> random 8 125 -------> if not functions $funcname >/dev/null 2>/dev/null... 111 111 --------> not functions $funcname >/dev/null 2>/dev/null 6 6 --------> break 19 19 ------> function $funcname --on-job-exit caller --inherit-variable filename --inherit-variable dirname --inherit-variable funcname... 11 11 -----> true 25 1490 -----> __fish_psub_7545 JOB_EXIT 0 0 1413 1413 ------> command rm $filename 1 30 ------> if test -n "$dirname"... 29 29 -------> test -n "$dirname" 22 22 ------> functions -e $funcname 9 9 -> return $ret