In the last commit at "lp:i8kutils" I included a tool to measure the
time took by each function of i8kctl.
As the calls are the same as i8kmon's, we can identify which one is
slow, to properly correct this bug.
To compile and run, just checkout the last version, do a 'make', and
execute "./probe_i8k_calls_time".
Something like this must happen:
vitor:/tmp$ bzr branch lp:i8kutils
Branched 36 revisions.
vitor:/tmp$ cd i8kutils/
vitor:/tmp/i8kutils$ make
cc -c -o i8kctl.o i8kctl.c
gcc -Wall i8kctl.c -o i8kctl
gcc -Wall -c -g -DLIB i8kctl.c
gcc -Wall -c -g -DLIB probe_i8k_calls_time.c
gcc -o probe_i8k_calls_time i8kctl.o probe_i8k_calls_time.o
vitor:/tmp/i8kutils$ ./probe_i8k_calls_time
functions time
i8k_get_bios_version() = 0.003788
i8k_get_machine_id() = 0.000004
i8k_get_cpu_temp() = 0.000109
i8k_get_fan_status() = 0.000077
i8k_get_fan_status() = 0.000077
i8k_get_fan_speed() = 0.000088
i8k_get_fan_speed() = 0.005137
i8k_get_power_status() = 0.000074
i8k_get_fn_status() = 0.000070
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1349176
Title:
i8kmon won't work on Dell Inspiron 7720 (causes lag)
To manage notifications about this bug go to:
https://bugs.launchpad.net/i8kutils/+bug/1349176/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs