Home
last modified time | relevance | path

Searched refs:inchar_time (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Dprofiler.c413 static proftime_T inchar_time; variable
421 profile_start(&inchar_time); in prof_inchar_enter()
430 profile_end(&inchar_time); in prof_inchar_exit()
431 profile_add(&prof_wait_time, &inchar_time); in prof_inchar_exit()