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

  /external/tensorflow/tensorflow/python/profiler/
pprof_profiler.py 118 def index_of(self, file_path, function_name, function_start_line):
124 function_start_line: (integer) Start line number of function definition.
129 function_key = (file_path, function_name, function_start_line)
139 function.start_line = function_start_line
  /system/extras/simpleperf/scripts/
annotate.py 262 def add_function_period(self, function_name, function_start_line, period):
265 if function_start_line is None:
266 function_start_line = -1
267 self.function_dict[function_name] = a = [function_start_line, Period()]

Completed in 301 milliseconds