lisa.trace: Avoid duplicated timestamps in Trace.df_all_events()
Since meta-events (like "userspace@...") share the timestamp with their source event (like "print"), duplicated timestamps in the final dataframe are expected. Avoid duplication by minimal incrementation to the timestamps when needed.
Loading
Please register or sign in to comment