Home
last modified time | relevance | path

Searched refs:weight (Results 1 – 9 of 9) sorted by relevance

/system/extras/simpleperf/scripts/inferno/
Dsvg_renderer.py52 r = 245 + 10 * (1 - callsite.weight() / total_weight)
53 g = 110 + 105 * (1 - callsite.weight() / total_weight)
69 width = callsite.weight() / total_weight * 100
85 weight_str = get_proper_scaled_time_string(callsite.weight())
87 weight_str = "{:,}".format(int(callsite.weight())) + ' events'
101 callsite.weight() / total_weight * 100,
136 up_index = max(child.children, key=lambda x: x.weight()).id if child.children else 0
199 render_svg_nodes(process, flamegraph, 0, f, flamegraph.weight(), height, color_scheme)
Ddata_types.py98 def weight(self): member in FlameGraphCallSite
/system/update_engine/payload_generator/
Dcycle_breaker_unittest.cc99 uint64_t weight) { in EdgeWithWeight() argument
102 props.extents[0].set_num_blocks(weight); in EdgeWithWeight()
141 uint64_t weight = 5; in TEST() local
143 weight = 2; in TEST()
145 weight = 1; in TEST()
151 graph[last_hub].out_edges.insert(EdgeWithWeight(node, weight)); in TEST()
152 graph[node].out_edges.insert(EdgeWithWeight(next_hub, weight)); in TEST()
Dgraph_utils.cc39 uint64_t weight = 0; in EdgeWeight() local
45 weight += it->num_blocks(); in EdgeWeight()
47 return weight; in EdgeWeight()
/system/media/camera/docs/
Dhtml.mako29 ….section { color: #eeeeee; font-size: 1.5em; font-weight: bold; background-color: #888888; padding…
30 ….kind { color: #eeeeee; font-size: 1.2em; font-weight: bold; padding-left: 1.5em; background-color…
61 .entry_type_name { font-size:1.1em; color: #669900; font-weight: bold;}
62 .entry_type_name_enum:after { color: #669900; font-weight: bold; content:" (enum)" }
63 .entry_type_visibility { font-weight: bolder; padding-left:1em}
64 .entry_type_synthetic { font-weight: bolder; color: #996600; }
65 .entry_type_hwlevel { font-weight: bolder; color: #000066; }
66 .entry_type_deprecated { font-weight: bolder; color: #4D4D4D; }
67 .entry_type_enum_name { font-family: monospace; font-weight: bolder; }
74 .entry_range_deprecated { font-weight: bolder; }
[all …]
/system/media/audio_utils/include/audio_utils/
DStatistics.h455 D weight{};
458 weight += alpha_i;
461 return weight;
/system/extras/perfprofd/scripts/
Dperf_proto_stack_sqlite_flame.py94 def weight(self): member in Callsite
/system/core/rootdir/
Dinit.rc93 write /dev/blkio/blkio.weight 1000
94 write /dev/blkio/background/blkio.weight 500
/system/extras/simpleperf/doc/
DREADME.md843 previous sample) as the weight of the current sample. As a result, we can get a call graph based