Shiny Profiler: Disable exponential dumping of the timing data.

This commit is contained in:
bubnikv 2017-03-02 16:35:15 +01:00
parent 349cf841d6
commit 258252cbf3

View file

@ -73,7 +73,7 @@ ShinyManager Shiny_instance = {
/* name = */ "<unprofiled>",
/* data = */ { { 0, 0 }, { 0, 0 }, { 0, 0 } }
},
/* damping = */ 0.9f,
/* damping = */ 0.f, // Damping disabled, every PROFILE_UPDATE will be performed from scratch. Original value: 0.9f
/* _initialized = */ FALSE,
/* _firstUpdate = */ TRUE
};