Home
last modified time | relevance | path

Searched refs:to_str (Results 1 – 4 of 4) sorted by relevance

/frameworks/ml/nn/tools/systrace_parser/parser/
Dtree.py175 print(self.to_str())
177 def to_str(self): member in SingleThreadCallTree
178 return self.root.to_str()
280 def to_str(self, indent=''): member in CallTreeNode
290 ret += c.to_str(indent + ' ')
Dtracker.py152 raise Exception("Elapsed for {} returned None".format(node.to_str()))
177 self.debugstring = self.mytree.to_str()
/frameworks/base/startop/scripts/app_startup/
Dapp_startup_runner.py95 to_str = getattr(i, '__str__')
96 if to_str.__objclass__ == object:
Danalyze_metrics.py83 to_str = getattr(i, '__str__')
84 if to_str.__objclass__ == object: