Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Generals/Code/GameEngine/Include/Common/PerfTimer.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class DebugDisplayInterface;
//-------------------------------------------------------------------------------------------------
//-------------------------------------------------------------------------------------------------

#define NO_USE_QPF // non-QPF is much faster.
#define USE_QPF // QPF is safer on multi-core systems with CPU frequency scaling.

#if defined(PERF_TIMERS) || defined(DUMP_PERF_STATS)
//-------------------------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion GeneralsMD/Code/GameEngine/Include/Common/PerfTimer.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class DebugDisplayInterface;
//-------------------------------------------------------------------------------------------------
//-------------------------------------------------------------------------------------------------

#define NO_USE_QPF // non-QPF is much faster.
#define USE_QPF // QPF is safer on multi-core systems with CPU frequency scaling.

#if defined(PERF_TIMERS) || defined(DUMP_PERF_STATS)
//-------------------------------------------------------------------------------------------------
Expand Down
Loading