Skip to content

Releases: dualcoding/wow-profiler

1.0.2

10 Sep 10:32
Compare
Choose a tag to compare

Fixed

  • bug that caused wrong background color in startup+.

1.0.1 - 2017-09-10

10 Sep 10:17
Compare
Choose a tag to compare

Prepare for curseforge.

1.0 - 2017-09-10

10 Sep 09:30
Compare
Choose a tag to compare

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 to profilingmonitor.
  • TOC updated to WoW 7.3.
  • Default window size made larger.

0.5 - 2017-08-28

28 Aug 12:27
Compare
Choose a tag to compare

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

22 Aug 21:44
Compare
Choose a tag to compare

Added startup times.

Issues

Added

  • Startup times as a new column.

0.3.1 - 2017-08-20

20 Aug 20:00
Compare
Choose a tag to compare

Issues

Fixed

  • Fix bug when scrolling in a partially filled window

0.3 - 2017-08-20

20 Aug 18:35
Compare
Choose a tag to compare

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

20 Aug 14:05
Compare
Choose a tag to compare

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

19 Aug 18:30
Compare
Choose a tag to compare
0.1 - 2017-08-19 Pre-release
Pre-release

First alpha release.

Issues

Added

  • Working but ugly UI.
  • Keeps track of functions added to the global namespace by addons.