ReloadUITimer (0.2.6)
# Reload UI Timer
A tiny utility addon for The Elder Scrolls Online.
Measures actual ReloadUI duration and prints the result to chat.
Example:
ReloadUI completed in 13.842 s
## Features
– Measures real ReloadUI duration
– Automatic output to chat
– No settings
– No dependencies
– Minimal overhead
## Installation
Extract the archive into:
Documents/Elder Scrolls Online/live/AddOns/
Resulting folder structure:
AddOns/
└── ReloadUITimer/
├── ReloadUITimer.txt
├── ReloadUITimer.lua
└── README.md
## Notes
The addon stores a temporary timestamp in SavedVariables to survive ReloadUI state reset.
The timestamp is automatically cleared after the measurement is printed.
There are intentionally no settings.
If you want to disable chat output, simply disable the addon.
## License
MIT

