mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-13 05:19:06 +08:00
Shiny Profiler: Disable exponential dumping of the timing data.
This commit is contained in:
parent
349cf841d6
commit
258252cbf3
@ -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
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user