![]() |
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 401 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 406 of file pr_comp.h.
Referenced by PRVM_Profile().
| double mfunction_t::callcount |
Definition at line 402 of file pr_comp.h.
Referenced by CLVM_ExecuteProgram(), PRVM_Profile(), and SVVM_ExecuteProgram().
| int32_t mfunction_t::first_statement |
Definition at line 393 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 395 of file pr_comp.h.
Referenced by PRVM_LeaveFunction(), PRVM_PrintFunctionStatements(), and PRVM_Prog_Load().
| int32_t mfunction_t::numparms |
Definition at line 412 of file pr_comp.h.
Referenced by PRVM_Prog_Load().
| uint8_t mfunction_t::parm_size[MAX_PARMS] |
Definition at line 413 of file pr_comp.h.
Referenced by PRVM_Prog_Load().
| int32_t mfunction_t::parm_start |
Definition at line 394 of file pr_comp.h.
Referenced by PRVM_LeaveFunction(), PRVM_PrintFunctionStatements(), and PRVM_Prog_Load().
| double mfunction_t::profile |
Definition at line 400 of file pr_comp.h.
Referenced by PRVM_Profile().
| double mfunction_t::profile_total |
Definition at line 405 of file pr_comp.h.
Referenced by PRVM_Profile().
| int32_t mfunction_t::s_file |
Definition at line 410 of file pr_comp.h.
Referenced by PRVM_PrintStatement(), PRVM_Prog_Load(), and PRVM_WhereAmI().
| int32_t mfunction_t::s_name |
Definition at line 409 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 399 of file pr_comp.h.
Referenced by PRVM_Profile().
| double mfunction_t::totaltime |
Definition at line 403 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 398 of file pr_comp.h.
Referenced by PRVM_Profile().
| double mfunction_t::tprofile_total |
Definition at line 404 of file pr_comp.h.
Referenced by PRVM_Profile().