Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dprofiler.c554 fp->uf_profiling = TRUE; in func_do_profile()
581 if (!fp->uf_profiling && has_profiling(FALSE, fp->uf_name, NULL)) in profile_may_start_func()
586 if (fp->uf_profiling || (caller != NULL && caller->uf_profiling)) in profile_may_start_func()
606 if (caller != NULL && caller->uf_profiling) in profile_may_end_func()
613 fp->uf_profiling = FALSE; in profile_may_end_func()
627 if (fc != NULL && fc->func->uf_profiling) in prof_child_enter()
642 if (fc != NULL && fc->func->uf_profiling) in prof_child_exit()
664 if (fp->uf_profiling && lnum >= 1 && lnum <= fp->uf_lines.ga_len) in func_line_start()
686 if (fp->uf_profiling && fp->uf_tml_idx >= 0) in func_line_exec()
699 if (fp->uf_profiling && fp->uf_tml_idx >= 0) in func_line_end()
H A Dvim9.h522 : ((do_profiling == PROF_YES && (dfunc->df_ufunc)->uf_profiling) \
H A Duserfunc.c2500 if (do_profiling == PROF_YES && (fp->uf_profiling in call_user_func()
2501 || (caller != NULL && caller->uf_profiling))) in call_user_func()
2763 if (fp->uf_profiling || (caller != NULL && caller->uf_profiling)) in call_user_func()
4293 fp->uf_profiling = FALSE; in define_function()
H A Dvim.h1837 : do_profiling == PROF_YES && (ufunc)->uf_profiling \
H A Dstructs.h1655 int uf_profiling; // TRUE when func is being profiled member
H A Dvim9execute.c674 if (dfunc->df_ufunc->uf_profiling in func_return()
675 || (caller != NULL && caller->uf_profiling)) in func_return()
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt26777 Solution: Reset uf_profiling and add a flag to indicate initialization was