]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - pr_comp.h
we cannot skip the next 3 vars after encounting a vector - so we instead have to...
[xonotic/darkplaces.git] / pr_comp.h
index eab88b50020f9b147b0ca35bee2d773a8210e74d..45cc9f13b538254245620e93a4454c917e41edd4 100644 (file)
--- a/pr_comp.h
+++ b/pr_comp.h
@@ -168,6 +168,9 @@ typedef struct mfunction_s
        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