Home | History | Annotate | Download | only in utils

Lines Matching full:start_time

1020         start_time = 0.0
1022 start_time = self.ftrace.basetime
1025 cpu_active = pd.Series([0], index=[start_time])
1026 elif cpu_active.index[0] != start_time:
1027 entry_0 = pd.Series(cpu_active.iloc[0] ^ 1, index=[start_time])