Code Monkey home page Code Monkey logo

Comments (8)

soyuka avatar soyuka commented on August 19, 2024

#40

from pidusage.

soyuka avatar soyuka commented on August 19, 2024

I'm using https://technet.microsoft.com/en-us/library/ee176718.aspx which states:

For each process in the collection, calculate the total processor use.

  • Add the values for KernelModeTime and UserModeTime.
  • Together, KernelModeTime and UserModeTime tell you the total amount of processor time allocated to a process. To ensure that these values are added and not concatenated, use the VBScript function CSng to convert the variant data to the single data type.
  • Divide the combined value by 10,000,000.
    Processor use times are reported in 100-nanosecond increments. (A nanosecond is one-billionth of a second; 100 nanoseconds equal one ten-millionth of a second.) This calculation results in processor use being reported in seconds.

Memory is using the workingsetsize.

In your screenshot, you're showing the total cpu usage not the process one no?

from pidusage.

sdellava avatar sdellava commented on August 19, 2024

It should be the total. I'm a user, not the dev.

Anyway. Even if it is the process CPU it is wrong.

from pidusage.

soyuka avatar soyuka commented on August 19, 2024

It should be the total. I'm a user, not the dev.

I'm sorry I'm not the dev of the IOTA Wallet therefore I can't help you to get the total cpu usage. I'll try to see if someone there has more informations to give me.

Anyway. Even if it is the process CPU it is wrong.

Maybe it is, but by saying so you're not helping to resolve the issue.

from pidusage.

soyuka avatar soyuka commented on August 19, 2024

May you give me the windows version you're currently on? Thanks.

from pidusage.

soyuka avatar soyuka commented on August 19, 2024

Bad usage in the given software. Fix: iotaledger/legacy-wallet-use-trinity-wallet-instead#175

from pidusage.

sdellava avatar sdellava commented on August 19, 2024

here the windows version details:

image

from pidusage.

soyuka avatar soyuka commented on August 19, 2024

Your issue is fixed in my PR of the software project. Thanks anyway!

from pidusage.

Related Issues (20)

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.