Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dprofiler.c589 profile_start(&info->pi_call_start); in profile_may_start_func()
602 profile_end(&info->pi_call_start); in profile_may_end_func()
603 profile_sub_wait(&info->pi_wait_start, &info->pi_call_start); in profile_may_end_func()
604 profile_add(&fp->uf_tm_total, &info->pi_call_start); in profile_may_end_func()
605 profile_self(&fp->uf_tm_self, &info->pi_call_start, &fp->uf_tm_children); in profile_may_end_func()
608 profile_add(&caller->uf_tm_children, &info->pi_call_start); in profile_may_end_func()
609 profile_add(&caller->uf_tml_children, &info->pi_call_start); in profile_may_end_func()
H A Dstructs.h1947 proftime_T pi_call_start; member