Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dprofiler.c456 int prefer_self) // when equal print only self time in prof_func_line() argument
461 if (prefer_self && profile_equal(total, self)) in prof_func_line()
465 if (!prefer_self && profile_equal(total, self)) in prof_func_line()
480 int prefer_self) // when equal print only self time in prof_sort_list() argument
491 prefer_self); in prof_sort_list()