![]() |
DarkPlaces
Game engine based on the Quake 1 engine by id Software, developed by LadyHavoc
|
|
#include <pr_comp.h>
Data Fields | |
double | builtinsprofile |
double | builtinsprofile_total |
double | callcount |
int32_t | first_statement |
int32_t | locals |
int32_t | numparms |
uint8_t | parm_size [MAX_PARMS] |
int32_t | parm_start |
double | profile |
double | profile_total |
int | recursion |
int32_t | s_file |
int32_t | s_name |
double | tbprofile |
double | totaltime |
double | tprofile |
double | tprofile_total |
double mfunction_t::builtinsprofile |
Definition at line 452 of file pr_comp.h.
Referenced by PRVM_Profile(), VM_callfunction(), VM_CL_tracebox(), VM_CL_traceline(), VM_CL_tracetoss(), VM_find(), VM_findchain(), VM_findchainflags(), VM_findchainfloat(), VM_findflags(), VM_findfloat(), VM_nextent(), VM_remove(), VM_spawn(), VM_SV_aim(), VM_SV_findbox(), VM_SV_findradius(), VM_SV_newcheckclient(), VM_SV_spawnclient(), VM_SV_tracebox(), VM_SV_traceline(), and VM_SV_tracetoss().
double mfunction_t::builtinsprofile_total |
Definition at line 457 of file pr_comp.h.
Referenced by PRVM_Profile().
double mfunction_t::callcount |
Definition at line 453 of file pr_comp.h.
Referenced by CLVM_ExecuteProgram(), PRVM_Profile(), and SVVM_ExecuteProgram().
int32_t mfunction_t::first_statement |
Definition at line 444 of file pr_comp.h.
Referenced by PRVM_PrintFunctionStatements(), PRVM_PrintState(), PRVM_Profile(), PRVM_Prog_Load(), PRVM_UpdateBreakpoints(), PRVM_WhereAmI(), and VM_callfunction().
int32_t mfunction_t::locals |
Definition at line 446 of file pr_comp.h.
Referenced by PRVM_LeaveFunction(), PRVM_PrintFunctionStatements(), and PRVM_Prog_Load().
int32_t mfunction_t::numparms |
Definition at line 463 of file pr_comp.h.
Referenced by PRVM_Prog_Load().
uint8_t mfunction_t::parm_size[MAX_PARMS] |
Definition at line 464 of file pr_comp.h.
Referenced by PRVM_Prog_Load().
int32_t mfunction_t::parm_start |
Definition at line 445 of file pr_comp.h.
Referenced by PRVM_LeaveFunction(), PRVM_PrintFunctionStatements(), and PRVM_Prog_Load().
double mfunction_t::profile |
Definition at line 451 of file pr_comp.h.
Referenced by PRVM_Profile().
double mfunction_t::profile_total |
Definition at line 456 of file pr_comp.h.
Referenced by PRVM_Profile().
int32_t mfunction_t::s_file |
Definition at line 461 of file pr_comp.h.
Referenced by PRVM_PrintStatement(), PRVM_Prog_Load(), and PRVM_WhereAmI().
int32_t mfunction_t::s_name |
Definition at line 460 of file pr_comp.h.
Referenced by CLVM_ExecuteProgram(), PRVM_CallProfile(), PRVM_ED_FindFunction(), PRVM_FunctionCoverageEvent(), PRVM_Profile(), PRVM_Prog_Load(), PRVM_WhereAmI(), SVVM_ExecuteProgram(), VM_error(), and VM_objerror().
double mfunction_t::tbprofile |
Definition at line 450 of file pr_comp.h.
Referenced by PRVM_Profile().
double mfunction_t::totaltime |
Definition at line 454 of file pr_comp.h.
Referenced by CLVM_ExecuteProgram(), PRVM_CallProfile(), SVVM_ExecuteProgram(), VM_CL_R_AddDynamicLight(), VM_CL_R_AddEntities(), VM_CL_R_AddEntity(), and VM_CL_R_RenderScene().
double mfunction_t::tprofile |
Definition at line 449 of file pr_comp.h.
Referenced by PRVM_Profile().
double mfunction_t::tprofile_total |
Definition at line 455 of file pr_comp.h.
Referenced by PRVM_Profile().