Home
last modified time | relevance | path

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

/external/llvm-project/lldb/examples/python/
Dgdbremote.py1303 def plot_latencies(sec_times): argument
1307 for (i, name) in enumerate(sec_times.keys()):
1308 times = sec_times[name]