1. Any addons like "addon usage"?

    Guys i am kinda curious what addons hogging my cpu and ram. I was used to use "addon usage" addon before but i can't find a similar one for 3.3.5.

    It's just about there is no similar addon working on 3.3.5 or i can not able to find it? Can someone help?

    Thanks

  2. https://www.mediafire.com/file/jj54v...Usage.zip/file

    If I remember correctly, you can find a version on Wayback Machine but it's not this version.

    Here is another option.
    Interface Usage:
    https://legacy.curseforge.com/wow/ad...nterface-usage

  3. Firstly thanks for reply. Yeah addon usage is not working, interface usage is also partially working but i couldn't get the exact info. I think i am gonna need "addon usage" which is the best addon on that issue :( thanks again.

  4. I never actually told you the slash command. "/addonusage"
    ... unless you get some sort of error.


  5. Yeah i actually tried it and gettin ui error.

  6. I think I'm starting to feel defeated. Yet again I try to help and I failed. It works fine for me and get no errors at all.

  7. Could at least say what errors you are getting.

  8. Could at least say what errors you are getting.
    Here are the error texts sire:

    1x AddonUsageAddonUsage.lua:100: bad argument #2 to 'format' (number expected, got string)
    [C]: in function `format'
    AddonUsageAddonUsage.lua:100: in function `UpdateData'
    AddonUsageAddonUsage.lua:24: in function `value'

  9. I think I'm starting to feel defeated. Yet again I try to help and I failed. It works fine for me and get no errors at all.
    u helped much sir thanks. at least i can get some info on "interface usage" addon which can help me.

  10. It's a bug in the addon, edit the lua file, where it says:

    list[i].MemPercent = string.format("%d%%",list[i].MemPercent)

    Change it for:

    if totalMem>0 then list[i].MemPercent = string.format("%d%%",list[i].MemPercent) end

  11. It's a bug in the addon, edit the lua file, where it says:

    list[i].MemPercent = string.format("%d%%",list[i].MemPercent)

    Change it for:

    if totalMem>0 then list[i].MemPercent = string.format("%d%%",list[i].MemPercent) end
    Thanks it fixed interface error and got the window but it doesn't counts any addon usage. It shows 0 kb memory usage for everything. If it work on your client, i think i am doing something wrong with my other addons or something.

    But overall thank you so much, for now interface usage addon partially works on my side.

  12. Why would both the addon I uploaded and Interface Usage work for me but not some others? Does the addon work for anyone else?
    My computer and OS was probably around when wotlk was released. I also got my wow client from a different website.

  13. It works fine for me too. There is some issue with Zariss' addons or client that causes it to make GetAddOnMemoryUsage return 0 for all addons. That would require further debugging. 99.9% chance that another addon is interfering with it.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •