27#define COM_PERFPROFILE_OFF 0
28#define COM_PERFPROFILE_LEGACY 1
29#define COM_PERFPROFILE_BALANCED 2
30#define COM_PERFPROFILE_MODERN 3
31#define COM_PERFPROFILE_AUTO 4
33void Com_PerfInit(
void);
34int Com_PerfResolveProfile(
void);
35void Com_ApplyPerfProfileCommon(
void);
36void Com_ApplyPerfProfileRenderer(
void);
37void Com_PerfStatus_f(
void);
38qboolean Com_ShouldTouchMemoryAfterLoad(
void);
39int Com_LoadScreenIntervalMs(
void);
41unsigned long long Sys_TotalPhysicalMemory(
void);