Home
last modified time | relevance | path

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

/external/grpc-grpc/tools/profiling/latency_profile/
Dprofile_analyzer.py27 TIME_FROM_SCOPE_START = object() variable
81 if TIME_FROM_SCOPE_START not in line.times:
83 TIME_FROM_SCOPE_START] = line.start_time - self.top_line.start_time
241 ('FROM_SCOPE_START', time_format(TIME_FROM_SCOPE_START)),