Searched refs:weight (Results 1 – 3 of 3) sorted by relevance
46 def weight(self, index): member in TraceCollection52 def set_weight(self, index, weight): argument56 self.weights[index] = weight111 (thread_type_size, weight) = get_top_and_weight(int(tokens[0]))112 self.set_weight(index, weight)162 weight = self.weight(index)164 weight = 1166 self.allocation_count[trace] = self.allocation_count[trace] + weight168 self.allocation_count[trace] = weight186 for definition, weight in self.allocation_count.items():[all …]
1104 private int weight; field in VarHandleTypeConversionTests.SubtypeTest.WidgetChild1106 public WidgetChild(int requistionNumber, int weight) { in WidgetChild() argument1108 this.weight = weight; in WidgetChild()1120 return (requisitionNumber == wc.requisitionNumber && weight == wc.weight); in equals()
1116 double weight = current_process_cpu_time - gc_last_process_cpu_time_ns; in CalculateGcWeightedAllocatedBytes() local1117 return weight * bytes_allocated; in CalculateGcWeightedAllocatedBytes()