Per-Condition profiling for debug report #1064
vibhor1102
started this conversation in
General Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
The aim is to let a user seeing debug report know how much processing time each condition has eaten up. This is valuable information for them to know which conditions need to be optimized to speed up detection.
This feature requires new data to be captured by the debug report at a very low level. I'm currently working on building the foundations for it, testing prototypes. Later on, this feature can be merged into #958 development to integrate into the UI.
WIP Branch: https://github.com/vibhor1102/Smart-AutoClicker/tree/wip/condition-detection-profiling
All reactions