Searched defs:weight (Results 1 - 4 of 4) sorted by relevance

/system/extras/simpleperf/scripts/inferno/
H A Ddata_types.py98 def weight(self): member in class:FlameGraphCallSite
/system/update_engine/payload_generator/
H A Dgraph_utils.cc39 uint64_t weight = 0; local
45 weight += it->num_blocks();
47 return weight;
H A Dcycle_breaker_unittest.cc99 uint64_t weight) {
102 props.extents[0].set_num_blocks(weight);
142 uint64_t weight = 5; local
144 weight = 2;
146 weight = 1;
152 graph[last_hub].out_edges.insert(EdgeWithWeight(node, weight));
153 graph[node].out_edges.insert(EdgeWithWeight(next_hub, weight));
98 EdgeWithWeight(Vertex::Index dest, uint64_t weight) argument
/system/extras/perfprofd/scripts/
H A Dperf_proto_stack_sqlite_flame.py92 def weight(self): member in class:Callsite

Completed in 6118 milliseconds