Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dprofiler.c287 profile_cmp(const proftime_T *tm1, const proftime_T *tm2) in profile_cmp() function
510 return profile_cmp(&p1->uf_tm_total, &p2->uf_tm_total); in prof_total_cmp()
523 return profile_cmp(&p1->uf_tm_self, &p2->uf_tm_self); in prof_self_cmp()
H A Dsyntax.c3203 if (profile_cmp(&pt, &st->slowest) < 0) in syn_regexec()
6702 return profile_cmp(&s1->total, &s2->total); in syn_compare_syntime()
/vim-8.2.3635/src/proto/
H A Dprofiler.pro14 int profile_cmp(const proftime_T *tm1, const proftime_T *tm2);