Ignore:
Timestamp:
Jan 8, 2026, 5:41:47 PM (2 months ago)
Author:
Michael Brooks <mlbrooks@…>
Branches:
master, stuck-waitfor-destruct
Children:
5a95560
Parents:
8614140
Message:

Data and analysis associated with harness of commit 78bc398830.

Analysis change narrows the sweet-spot zone to where CFA is not misbehaving on queues and where general noise is reduced.

Revised plots are going into thesis doc, but commentary/focus has not shifted accordingly. Notably, the CFA-attribution analysis is now mostly obviated.

File:
1 edited

Legend:

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

    r8614140 rfb7c9168  
    1515            process.stdout,
    1616            names=['RunMoment', 'RunIdx', 'Args', 'Program', 'expt_ops_completed', 'expt_elapsed_sec', 'mean_op_dur_ns'],
    17             dtype={'RunMoment':          str,
     17            dtype={'RunMoment':       str,
    1818                'RunIdx':             np.int64,
    1919                'Args':               str,
     
    124124        metafileCore,
    125125        fxs,
    126         sizeQual = (lambda x: x < 150),  # x < 8
     126        sizeQual = (lambda x: x > 16 and x < 150), # for Swift
     127       #sizeQual = (lambda x: x >= 2 and x <= 32), # for java
    127128        tgtInterleave = 0.0,
    128129        measure = 'OpDurRelFx') :
Note: See TracChangeset for help on using the changeset viewer.