HomeSort by relevance Sort by last modified time
    Searched refs:policy_set (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/tools/deep_memory_profiler/subcommands/
policies.py 52 policy_set = PolicySet.load(SubCommand._parse_policy_list(options.policy))
53 return policy_set, dumps, pfn_counts_dict, bucket_set
277 policy_set, dumps, pfn_counts_dict, bucket_set = self._set_up(sys_argv)
279 policy_set, dumps, pfn_counts_dict, bucket_set, sys.stdout)
282 def _output(policy_set, dumps, pfn_counts_dict, bucket_set, out):
284 for label in policy_set:
285 max_components = max(max_components, len(policy_set[label].components))
287 for label in sorted(policy_set):
288 components = policy_set[label].components
289 if len(policy_set) > 1
    [all...]
expand.py 28 policy_set = PolicySet.load(SubCommand._parse_policy_list(target_policy))
30 ExpandCommand._output(dump, policy_set[target_policy], bucket_set,
map.py 26 policy_set = PolicySet.load(SubCommand._parse_policy_list(target_policy))
28 MapCommand._output(dumps, bucket_set, policy_set[target_policy], out)
pprof.py 32 policy_set = PolicySet.load(SubCommand._parse_policy_list(target_policy))
37 dump, policy_set[target_policy], bucket_set, maps_lines, component,

Completed in 3759 milliseconds