Changeset f648875 for doc/theses/mike_brooks_MMath/plots/ListCommon.py
- Timestamp:
- Feb 4, 2026, 1:00:28 PM (5 weeks ago)
- Branches:
- master, stuck-waitfor-destruct
- Children:
- c824afd
- Parents:
- 8eb85de
- File:
-
- 1 edited
-
doc/theses/mike_brooks_MMath/plots/ListCommon.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/mike_brooks_MMath/plots/ListCommon.py
r8eb85de rf648875 14 14 timings = pd.read_csv( 15 15 process.stdout, 16 names=['RunMoment', 'RunIdx', 'Args', 'Program', 16 names=['RunMoment', 'RunIdx', 'Args', 'Program', 'Width', 17 17 'expt_ops_completed', 'expt_elapsed_sec', 'mean_op_dur_ns'], 18 18 dtype={'RunMoment': str, … … 20 20 'Args': str, 21 21 'Program': str, 22 'Width': np.int64, 22 23 'expt_ops_completed': np.int64, 23 24 'expt_elapsed_sec': np.float64,
Note:
See TracChangeset
for help on using the changeset viewer.