aboutsummaryrefslogtreecommitdiff
path: root/cpu
diff options
context:
space:
mode:
authorArjan van de Ven <arjan@linux.intel.com>2010-08-29 00:18:05 -0400
committerArjan van de Ven <arjan@linux.intel.com>2010-08-29 00:18:05 -0400
commitcad0ed53d54d71931364acb08bd67a60584ef098 (patch)
tree59f805b5fcfd1a23422339e1d504c1dd8b59631c /cpu
parentbe8eaf09d47defb6e2c539debbf33fe7233c5b90 (diff)
downloadpowertop-cad0ed53d54d71931364acb08bd67a60584ef098.tar.gz
solve the "time keeps accumulating" bug
Diffstat (limited to 'cpu')
-rw-r--r--cpu/intel_cpus.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpu/intel_cpus.cpp b/cpu/intel_cpus.cpp
index 29bb8f5..d8deda6 100644
--- a/cpu/intel_cpus.cpp
+++ b/cpu/intel_cpus.cpp
@@ -366,7 +366,6 @@ void nhm_package::measurement_end(void)
if (strstr(pstates[i]->human_name,"Idle"))
continue;
sprintf(buffer,"package-freq-%s", pstates[i]->human_name);
- printf("registering %s \n", buffer);
register_parameter(buffer, 1);
}