Searched refs:st_len (Results 1 – 1 of 1) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | profiler.c | 478 int st_len, in prof_sort_list() argument 487 for (i = 0; i < 20 && i < st_len; ++i) in prof_sort_list() 726 int st_len = 0; in func_dump_profile() local 745 sorttab[st_len++] = fp; in func_dump_profile() 784 if (sorttab != NULL && st_len > 0) in func_dump_profile() 786 qsort((void *)sorttab, (size_t)st_len, sizeof(ufunc_T *), in func_dump_profile() 788 prof_sort_list(fd, sorttab, st_len, "TOTAL", FALSE); in func_dump_profile() 789 qsort((void *)sorttab, (size_t)st_len, sizeof(ufunc_T *), in func_dump_profile() 791 prof_sort_list(fd, sorttab, st_len, "SELF", TRUE); in func_dump_profile()
|