X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=pr_comp.h;h=eab88b50020f9b147b0ca35bee2d773a8210e74d;hp=8ccdaf6d74ace96f3ca9a6909ebbb1a6692942c1;hb=1c83503f63868a30f2090ce88e0bc0d76dd6dc16;hpb=84abed4f5fb96c3812143d967aa065e49e55d19d diff --git a/pr_comp.h b/pr_comp.h index 8ccdaf6d..eab88b50 100644 --- a/pr_comp.h +++ b/pr_comp.h @@ -167,6 +167,7 @@ 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 int s_name; int s_file; // source file defined in