Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dchannel.c193 proftime_T log_now; in ch_log_lead() local
195 profile_start(&log_now); in ch_log_lead()
196 profile_sub(&log_now, &log_start); in ch_log_lead()
197 fprintf(log_fd, "%s ", profile_msg(&log_now)); in ch_log_lead()