HomeSort by relevance Sort by last modified time
    Searched refs:cpu_speed (Results 1 - 9 of 9) sorted by null

  /external/oprofile/libop/
op_sample_file.h 30 double cpu_speed; member in struct:opd_header
  /external/oprofile/daemon/
opd_events.c 34 static double cpu_speed; variable
125 cpu_speed = op_cpu_frequency();
166 header->cpu_speed = cpu_speed;
  /external/oprofile/gui/
oprof_start.h 155 double cpu_speed; member in class:oprof_start
oprof_start.cpp 112 cpu_speed(op_cpu_frequency()),
236 if (cpu_speed)
237 count = int(cpu_speed * 500);
  /external/oprofile/libabi/
op_abi.c 51 { "offsetof_header_cpu_speed", offsetof(struct opd_header, cpu_speed) },
opimport.cpp 126 head->cpu_speed = 0.0;
  /external/oprofile/libabi/tests/
abi_test.cpp 81 header->cpu_speed = 0;
  /external/oprofile/libpp/
op_header.cpp 264 str = xml_utils::get_profile_header(cpu_name, header.cpu_speed);
270 ss << header.cpu_speed;
  /packages/experimental/procstatlog/
procstatreport.py 218 cpu_speed = {}
234 if total_time > 0: cpu_speed[when] = total_cycles / total_time
238 ["kHz"], [cpu_speed],
239 os.path.join(files_dir, "cpu_speed.csv"))
242 "id": cgi.escape("cpu_speed"),
243 "id_js": json.write("cpu_speed"),
245 "filename_js": json.write(files_url + "/cpu_speed.csv"),

Completed in 127 milliseconds