Home
last modified time | relevance | path

Searched refs:_cumulative_profile (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Tools/scripts/
H A Danalyze_dxp.py35 _cumulative_profile = sys.getdxp() variable
50 global _cumulative_profile
51 _cumulative_profile = sys.getdxp() # 0s out our copy.
62 for first_inst in range(len(_cumulative_profile)):
63 for second_inst in range(len(_cumulative_profile[first_inst])):
64 _cumulative_profile[first_inst][second_inst] += (
67 for inst in range(len(_cumulative_profile)):
68 _cumulative_profile[inst] += new_profile[inst]
75 return copy.deepcopy(_cumulative_profile)

Completed in 1 milliseconds