X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;ds=sidebyside;f=pr_comp.h;h=45cc9f13b538254245620e93a4454c917e41edd4;hb=02d7fcc5c3668e2ff5df5838fba4074f66c37842;hp=8ccdaf6d74ace96f3ca9a6909ebbb1a6692942c1;hpb=84abed4f5fb96c3812143d967aa065e49e55d19d;p=xonotic%2Fdarkplaces.git diff --git a/pr_comp.h b/pr_comp.h index 8ccdaf6d..45cc9f13 100644 --- a/pr_comp.h +++ b/pr_comp.h @@ -167,6 +167,10 @@ typedef struct mfunction_s double profile; // runtime double builtinsprofile; // cost of builtin functions called by this function double callcount; // times the functions has been called since the last profile call + double totaltime; // total execution time of this function DIRECTLY FROM THE ENGINE + double profile_total; // runtime + double builtinsprofile_total; // cost of builtin functions called by this function + int recursion; int s_name; int s_file; // source file defined in