homothetyhk / RandomizerMod

The newest version of the Hollow Knight item and transition randomizer released for the Hollow Knight 1.5 update.
GNU Lesser General Public License v2.1
48 stars 30 forks source link

Add profiler control calls as part of RandoController #27

Closed BadMagic100 closed 1 year ago

BadMagic100 commented 1 year ago

As-implemented, this should basically never need to change.

At the start of setup, any stray staged changes are reverted. Changes are reverted and logged on every failure, and committed and logged on every successful attempt. Additionally, after a successful attempts, aggregated metrics from all succeeded and failed attempts are also logged. Metric data can be reset from the mod menu when compiled in Debug configuration.

BadMagic100 commented 1 year ago

See also: https://github.com/homothetyhk/RandomizerCore/pull/6