Lines Matching refs:weight
46 def weight(self, index): member in TraceCollection
52 def set_weight(self, index, weight): argument
56 self.weights[index] = weight
111 (thread_type_size, weight) = get_top_and_weight(int(tokens[0]))
112 self.set_weight(index, weight)
162 weight = self.weight(index)
164 weight = 1
166 self.allocation_count[trace] = self.allocation_count[trace] + weight
168 self.allocation_count[trace] = weight
186 for definition, weight in self.allocation_count.items():
187 print(definition + " " + str(weight))