Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dprofiler.pro10 void profile_divide(proftime_T *tm, int count, proftime_T *tm2);
/vim-8.2.3635/src/
H A Dprofiler.c185 profile_divide(proftime_T *tm, int count, proftime_T *tm2) in profile_divide() function
H A Dsyntax.c6744 profile_divide(&spp->sp_time.total, spp->sp_time.count, &tm); in syntime_report()