Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dprofiler.pro22 void profile_may_start_func(profinfo_T *info, ufunc_T *fp, ufunc_T *caller);
23 void profile_may_end_func(profinfo_T *info, ufunc_T *fp, ufunc_T *caller);
/vim-8.2.3635/src/
H A Dprofiler.c579 profile_may_start_func(profinfo_T *info, ufunc_T *fp, ufunc_T *caller) in profile_may_start_func()
600 profile_may_end_func(profinfo_T *info, ufunc_T *fp, ufunc_T *caller) in profile_may_end_func()
H A Dstructs.h1948 } profinfo_T; typedef
1954 } profinfo_T; typedef
H A Dvim9execute.c101 static garray_T profile_info_ga = {0, 0, sizeof(profinfo_T), 20, NULL};
284 profinfo_T *info = ((profinfo_T *)profile_info_ga.ga_data) in call_dfunc()
677 profile_may_end_func(((profinfo_T *)profile_info_ga.ga_data) in func_return()
H A Duserfunc.c2454 profinfo_T profile_info; in call_user_func()