Git Product home page Git Product logo

elvui_cpu's People

Contributors

eltreum0 avatar kodewdle avatar resike avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

elvui_cpu's Issues

Lua Error on opening /ecpu - 'SetMaxResize' on nil value

In an attempt to profile ElvUI for performance reasons, I tried this addon.

I followed the guide on this site.
Unfortunately, I get an error when I use /ecpu and the window doesn't load.

Hoping you can fix it - or respond with a fix in the code that I can add.

The Lua error:

Message: Interface/AddOns/ElvUI_CPU/Widgets/Table.lua:233: attempt to call method 'SetMaxResize' (a nil value)
Time: Wed Nov  9 17:07:30 2022
Count: 1
Stack: Interface/AddOns/ElvUI_CPU/Widgets/Table.lua:233: attempt to call method 'SetMaxResize' (a nil value)
[string "=[C]"]: in function `SetMaxResize'
[string "@Interface/AddOns/ElvUI_CPU/Widgets/Table.lua"]:233: in function `CreateColumn'
[string "@Interface/AddOns/ElvUI_CPU/Widgets/Table.lua"]:195: in function `AddColumn'
[string "@Interface/AddOns/ElvUI_CPU/ElvUI_CPU.lua"]:193: in function `CreateOptions'
[string "@Interface/AddOns/ElvUI_CPU/ElvUI_CPU.lua"]:105: in function `?'
[string "@Interface/AddOns/ElvUI_CPU/ElvUI_CPU.lua"]:41: in function <Interface/AddOns/ElvUI_CPU/ElvUI_CPU.lua:40>
[string "=[C]"]: ?
[string "@Interface/AddOns/ElvUI/Core/Developer/Frame.lua"]:130: in function `?'
[string "@Interface/FrameXML/ChatFrame.lua"]:5219: in function `ChatEdit_ParseText'
[string "@Interface/FrameXML/ChatFrame.lua"]:4883: in function `ChatEdit_SendText'
[string "@Interface/FrameXML/ChatFrame.lua"]:4919: in function <Interface/FrameXML/ChatFrame.lua:4915>
[string "=[C]"]: in function `ChatEdit_OnEnterPressed'
[string "*ChatFrame.xml:127_OnEnterPressed"]:1: in function <[string "*ChatFrame.xml:127_OnEnterPressed"]:1>

Thanks!

GetLoadedTime does not reset time

When resetting the CPU data (by clicking the gear button), the time does not reset to that moment but stays as time since last UI reload. This skews the calls/sec data negatively from reality after clicking it once. Changing the function CPU:GetLoadedTime() to instead
return max(floor(GetTime() - self.loadedtime or ElvUI.loadedtime), 1) on line 109 lets the updated CPU.loadedtime call on line 262 to be used for these calculations instead of the constant time since UI reload. The max function is needed to avoid divide by zero issues.

This does not fix the calculations when doing a manual garbage dump (like shift-clicking the system datatext provided by ElvUI) which will still exhibit the incorrect timing as it is currently (since CPU.loadedtime isn't updated when doing this).

Maybe this is the intended behavior as Sympy alluded to in discord, but I think this change generally makes the data in the calls/sec column more accurate and valuable.

Addon does not profile anything

After manually implementing the pull request ( #3 ) that allows the table to open, the numbers are all set to 0%, 0ms, etc. The buttons do not do anything, and clicking on the settings gear causes a micro freeze that then disappears, with no reported lua error.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.