mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-25 05:30:06 +00:00
remove profiling instrumentation
This commit is contained in:
parent
3b2fa36cd6
commit
fab13389f1
1 changed files with 0 additions and 6 deletions
|
@ -135,12 +135,6 @@ function _p9k_worker_receive() {
|
|||
fi
|
||||
;;
|
||||
e)
|
||||
if (( start_time )); then
|
||||
local -F end_time=EPOCHREALTIME
|
||||
local -F3 latency=$((1000*(end_time-start_time)))
|
||||
echo "latency: $latency ms" >>/tmp/log
|
||||
start_time=0
|
||||
fi
|
||||
() { eval $arg }
|
||||
(( reset > max_reset )) && max_reset=reset
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue