diff options
| author | mobserveur <mobserveur@gmail.com> | 2025-10-02 14:28:52 +0200 |
|---|---|---|
| committer | mobserveur <mobserveur@gmail.com> | 2025-10-02 14:28:52 +0200 |
| commit | c4524c0305107092f80195b9691d7124fa85e69a (patch) | |
| tree | a68d5520972eda1cd746f185eaefcea9ce4136da /indra | |
| parent | a954d290674db08ecaf3c1e6484a0cb6647b88b5 (diff) | |
Reactivating fast timers
This commit just reactivates the fast timers
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/llcommon/llprofiler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llprofiler.h b/indra/llcommon/llprofiler.h index e0f3cf1b73..fa94f78019 100644 --- a/indra/llcommon/llprofiler.h +++ b/indra/llcommon/llprofiler.h @@ -71,7 +71,7 @@ #define LL_PROFILER_CONFIG_TRACY_FAST_TIMER 3 // Profiling on: Fast Timers + Tracy #ifndef LL_PROFILER_CONFIGURATION -#define LL_PROFILER_CONFIGURATION 0 +#define LL_PROFILER_CONFIGURATION 1 #endif #if defined(LL_PROFILER_CONFIGURATION) && (LL_PROFILER_CONFIGURATION > LL_PROFILER_CONFIG_NONE) |
