Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dprofiler.c895 if (profile_equal(&pp->sn_prl_total, &pp->sn_prl_self)) in script_dump_profile()
899 fprintf(fd, "%s ", profile_msg(&pp->sn_prl_self)); in script_dump_profile()
963 profile_zero(&pp->sn_prl_self); in script_line_start()
1010 profile_self(&pp->sn_prl_self, &si->sn_prl_start, in script_line_end()
H A Dstructs.h1939 proftime_T sn_prl_self; // time spent in a line itself member