Searched refs:uf_tm_total (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/vim-55/src/
H A Deval.c181 proftime_T uf_tm_total; /* time spent in function + children */ member in struct:ufunc
21285 profile_zero(&fp->uf_tm_total);
21341 fprintf(fd, "Total time: %s\n", profile_msg(&fp->uf_tm_total));
21388 prof_func_line(fd, fp->uf_tm_count, &fp->uf_tm_total, &fp->uf_tm_self,
21440 return profile_cmp(&p1->uf_tm_total, &p2->uf_tm_total);
21979 profile_add(&fp->uf_tm_total, &call_start);

Completed in 184 milliseconds