Lines Matching refs:unsigned
4 unsigned,
111 self._times_mach[level] += unsigned(metrics.rm_time_mach)
113 self._instructions[level] += unsigned(metrics.rm_instructions)
114 self._cycles[level] += unsigned(metrics.rm_cycles)
115 if unsigned(metrics.rm_cycles) != 0:
118 self._energy_nj += unsigned(usage.ru_energy_nj)
204 self._group_count = unsigned(kern.globals.real_ncpus)
281 time = unsigned(metrics.rm_time_mach)
288 cycles = unsigned(metrics.rm_cycles)
291 insns = unsigned(metrics.rm_instructions)
313 energy_nj = unsigned(usage.ru_energy_nj)
415 unsigned(thread.thread_id),
416 unsigned(thread),
443 print("task 0x{:x} {} ({} old)".format(unsigned(task), task_name, duration_desc))
464 unsigned(t)
468 print("task (terminated threads) 0x{:x} {}".format(unsigned(task), task_name))
477 print("coalition 0x{:x} {}".format(unsigned(coal), unsigned(coal.id)))
483 ptr_or_id = unsigned(ptr_or_id)
487 while unsigned(current_processor) > 0:
488 if unsigned(current_processor.cpu_id) == ptr_or_id:
500 while unsigned(current_processor) > 0:
536 if unsigned(pset.pset_cluster_type) != 0:
541 unsigned(pr), pr.cpu_id, cluster_kind
557 active_thread = unsigned(pr.active_thread)
596 cpu_id = unsigned(pr.cpu_id)
600 "*" if cur_time == unsigned(pr.last_dispatch) else "", pr.last_dispatch
604 unsigned(pr),
674 max_dispatch = max([unsigned(pr.last_dispatch) for pr in prs])