-runtime Trace Mode-l | Smartphone Flash Tool
import pandas as pd df = pd.read_csv('trace.csv') df['duration'] = df.groupby('func_addr')['timestamp'].diff().shift(-1) long_runs = df[df['duration'] > 0.005] # 5 ms print(long_runs[['func_name','duration']])
No tool is without its drawbacks. Be aware of these when working with -runtime Trace Mode-l : Smartphone Flash Tool -runtime Trace Mode-l