Releases: dualcoding/wow-profiler
Releases · dualcoding/wow-profiler
1.0.2
1.0.1 - 2017-09-10
Prepare for curseforge.
1.0 - 2017-09-10
First public release.
Added
- New column mode (right click) that shows spent time as microseconds/second.
- Window can be minimized/shaded by rightclicking the titlebar.
Changed
- The startup column now has its background colored based on milliseconds spent.
profilingcache
renamed toprofilingmonitor
.- TOC updated to WoW 7.3.
- Default window size made larger.
0.5 - 2017-08-28
Added
- Experimental callers feature.
- Cycle what columns show by right-clicking.
- New mode "update+" that includes called subroutines.
Changed
- Memory column now shows memory diff since last update in kb/s.
0.4 - 2017-08-22
0.3.1 - 2017-08-20
0.3 - 2017-08-20
Add a header, columns, and allow changing the sorting method by clicking on these.
Issues
Added
- Header showing column names
- Column "mem/ncalls" for memory and times called
- The sorting of entries can be changed by clicking on the header
0.2 - 2017-08-20
The addon should perform roughly as intended, if ugly and clunky.
Issues
Changed
- Entries with the same CPU time (usually 0) are sorted in alphabetical order.
- Tables not containing any child functions are no longer shown.
Fixed
- Should no longer cause taint.
- The sorting of entries is stable, preventing them from jumping around.
- Cycle detection no longer prevents duplicates.
0.1 - 2017-08-19
First alpha release.
Issues
Added
- Working but ugly UI.
- Keeps track of functions added to the global namespace by addons.