Search:

Type: Posts; User: Cornix

Search: Search took 0.14 seconds.

  1. Replies
    23
    Views
    2,681

    Re: getProcessCPUTime()

    JNI stands for Java Native Interface. Its an API that allows you to use native libraries.
  2. Replies
    23
    Views
    2,681

    Re: getSystemCpuload()

    The code that you show and the error you posted do not belong together.
    Read the error message, it tells you what the problem is:

    Is wrong because the variable "queue" is not a known symbol.
  3. Replies
    23
    Views
    2,681

    Re: getProcessCPUTime()

    One problem I see is the following:

    Info[] queue = new Info[100];
    ...
    info.CPUSpeed = ... ;
    What do you think is going to happen here?
Results 1 to 3 of 3