mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
Shiny Profiler: Disable exponential dumping of the timing data.
This commit is contained in:
@@ -73,7 +73,7 @@ ShinyManager Shiny_instance = {
|
|||||||
/* name = */ "<unprofiled>",
|
/* name = */ "<unprofiled>",
|
||||||
/* data = */ { { 0, 0 }, { 0, 0 }, { 0, 0 } }
|
/* 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,
|
/* _initialized = */ FALSE,
|
||||||
/* _firstUpdate = */ TRUE
|
/* _firstUpdate = */ TRUE
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user