Ignore:
Timestamp:
Feb 4, 2026, 1:00:28 PM (5 weeks ago)
Author:
Michael Brooks <mlbrooks@…>
Branches:
master, stuck-waitfor-destruct
Children:
c824afd
Parents:
8eb85de
Message:

Refresh data to harness of 9d3dc40802c6. Latest harness and data now correspond. Plots in built thesis show latest data.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/mike_brooks_MMath/plots/ListCommon.py

    r8eb85de rf648875  
    1414        timings = pd.read_csv(
    1515            process.stdout,
    16             names=['RunMoment', 'RunIdx', 'Args', 'Program',
     16            names=['RunMoment', 'RunIdx', 'Args', 'Program', 'Width',
    1717                   'expt_ops_completed', 'expt_elapsed_sec', 'mean_op_dur_ns'],
    1818            dtype={'RunMoment':       str,
     
    2020                'Args':               str,
    2121                'Program':            str,
     22                'Width':              np.int64,
    2223                'expt_ops_completed': np.int64,
    2324                'expt_elapsed_sec':   np.float64,
Note: See TracChangeset for help on using the changeset viewer.