@@ -340,11 +340,11 @@ data PropSubset
340
340
341
341
bpFieldSelectForger :: Field DSelect p a -> Bool
342
342
bpFieldSelectForger Field {fId} = elem fId
343
- [ " fStarted " , " fLeading " , " fForged " , " fAnnounced " , " fAdopted " , " fSendStart " ]
343
+ [ " bfStarted " , " bfLeading " , " bfForged " , " bfAnnounced " , " fSending " , " bfAdopted " ]
344
344
345
345
bpFieldSelectPeers :: Field DSelect p a -> Bool
346
346
bpFieldSelectPeers Field {fId} = elem fId
347
- [ " pNoticed " , " pRequested " , " pFetched " , " pAnnounced " , " pAdopted " , " pSendStart " ]
347
+ [ " boNoticed " , " boRequested " , " boFetched " , " boAnnounced " , " boSending " , " boAdopted " ]
348
348
349
349
bpFieldSelectEndToEnd :: Field DSelect p a -> Bool
350
350
bpFieldSelectEndToEnd Field {fHead2} = elem fHead2 adoptionCentilesRendered
@@ -449,37 +449,37 @@ instance CDFFields BlockProp p where
449
449
instance TimelineFields BlockEvents where
450
450
timelineFields _ =
451
451
-- Width LeftPad
452
- [ Field 5 0 " block " " block" " no." (IWord64 (unBlockNo . beBlockNo)) " "
453
- , Field 5 0 " abs.slot " " abs." " slot#" (IWord64 (unSlotNo . beSlotNo)) " "
454
- , Field 6 0 " hash " " block" " hash" (IText (shortHash . beBlock)) " "
455
- , Field 6 0 " hashPrev " " prev" " hash" (IText (shortHash . beBlockPrev)) " "
456
- , Field 7 0 " forger " " forger" " host" (IText (toText . unHost . bfForger . beForge)) " "
457
- , Field 6 0 " blockSize " " size" " bytes" (IInt (bfBlockSize . beForge)) " "
458
- , Field 5 0 " blockGap " " block" " gap" (IDeltaT (bfBlockGap . beForge)) " "
459
- , Field 3 0 " forks " " for" " -ks" (IInt (count bpeIsFork . beErrors)) " "
460
- , Field 4 0 " fStarted " (f!! 0 ) " Start" (IDeltaT (bfStarted . beForge)) " "
461
- , Field 4 0 " fBlkCtx " (f!! 1 ) " BlkCtx" (IText (maybe " ?" show . bfBlkCtx . beForge)) " "
462
- , Field 4 0 " fLgrState " (f!! 2 ) " LgrSta" (IText (maybe " ?" show . bfLgrState. beForge)) " "
463
- , Field 4 0 " fLgrView " (f!! 3 ) " LgrVie" (IText (maybe " ?" show . bfLgrView . beForge)) " "
464
- , Field 4 0 " fLeading " (f!! 4 ) " Lead" (IDeltaT (bfLeading . beForge)) " "
465
- , Field 4 0 " fForged " (f!! 5 ) " Forge" (IDeltaT (bfForged . beForge)) " "
466
- , Field 4 0 " fAnnounced " (f!! 6 ) " Announ" (IDeltaT (bfAnnounced . beForge)) " "
467
- , Field 4 0 " fSendStart " (f!! 7 ) " Sendin" (IDeltaT (bfSending . beForge)) " "
468
- , Field 4 0 " fAdopted " (f!! 8 ) " Adopt" (IDeltaT (bfAdopted . beForge)) " "
469
- , Field 4 0 " noticedVal " (p!! 0 ) " Notic" (IDeltaT (af boNoticed . valids)) " "
470
- , Field 4 0 " requestedVal " (p!! 1 ) " Requd" (IDeltaT (af boRequested . valids)) " "
471
- , Field 4 0 " fetchedVal " (p!! 2 ) " Fetch" (IDeltaT (af boFetched . valids)) " "
472
- , Field 4 0 " pAnnouncedVal " (p!! 3 ) " Annou" (IDeltaT (af' boAnnounced . valids)) " "
473
- , Field 4 0 " pSendStartVal " (p!! 4 ) " Send" (IDeltaT (af' boSending . valids)) " "
474
- , Field 4 0 " pAdoptedVal " (p!! 5 ) " Adopt" (IDeltaT (af' boAdopted . valids)) " "
475
- , Field 4 0 " pPropag0 .5" (r!! 0 ) " 0.5" (IDeltaT (percSpec 0.5 . bePropagation)) " "
476
- , Field 4 0 " pPropag0 .8" (r!! 1 ) " 0.8" (IDeltaT (percSpec 0.8 . bePropagation)) " "
477
- , Field 4 0 " pPropag0 .96" (r!! 2 ) " 0.96" (IDeltaT (percSpec 0.96 . bePropagation)) " "
478
- , Field 4 0 " pPropag1.0 " (r!! 3 ) " 1.0" (IDeltaT (snd . cdfRange . bePropagation)) " "
479
- , Field 3 0 " valid " " va-" " lid" (IText (bool " -" " +" . (== 0 ) . length
452
+ [ Field 5 0 " beBlockNo " " block" " no." (IWord64 (unBlockNo . beBlockNo)) " "
453
+ , Field 5 0 " beSlotNo " " abs." " slot#" (IWord64 (unSlotNo . beSlotNo)) " "
454
+ , Field 6 0 " beBlock " " block" " hash" (IText (shortHash . beBlock)) " "
455
+ , Field 6 0 " beBlockPrev " " prev" " hash" (IText (shortHash . beBlockPrev)) " "
456
+ , Field 7 0 " bfForger " " forger" " host" (IText (toText . unHost . bfForger . beForge)) " "
457
+ , Field 6 0 " bfBlockSize " " size" " bytes" (IInt (bfBlockSize . beForge)) " "
458
+ , Field 5 0 " bfBlockGap " " block" " gap" (IDeltaT (bfBlockGap . beForge)) " "
459
+ , Field 3 0 " bpeIsFork " " for" " -ks" (IInt (count bpeIsFork . beErrors)) " "
460
+ , Field 4 0 " bfStarted " (f!! 0 ) " Start" (IDeltaT (bfStarted . beForge)) " "
461
+ , Field 4 0 " bfBlkCtx " (f!! 1 ) " BlkCtx" (IText (maybe " ?" show . bfBlkCtx . beForge)) " "
462
+ , Field 4 0 " bfLgrState " (f!! 2 ) " LgrSta" (IText (maybe " ?" show . bfLgrState. beForge)) " "
463
+ , Field 4 0 " bfLgrView " (f!! 3 ) " LgrVie" (IText (maybe " ?" show . bfLgrView . beForge)) " "
464
+ , Field 4 0 " bfLeading " (f!! 4 ) " Lead" (IDeltaT (bfLeading . beForge)) " "
465
+ , Field 4 0 " bfForged " (f!! 5 ) " Forge" (IDeltaT (bfForged . beForge)) " "
466
+ , Field 4 0 " bfAnnounced " (f!! 6 ) " Announ" (IDeltaT (bfAnnounced . beForge)) " "
467
+ , Field 4 0 " bfSending " (f!! 7 ) " Sendin" (IDeltaT (bfSending . beForge)) " "
468
+ , Field 4 0 " bfAdopted " (f!! 8 ) " Adopt" (IDeltaT (bfAdopted . beForge)) " "
469
+ , Field 4 0 " boNoticed " (p!! 0 ) " Notic" (IDeltaT (af boNoticed . valids)) " "
470
+ , Field 4 0 " boRequested " (p!! 1 ) " Requd" (IDeltaT (af boRequested . valids)) " "
471
+ , Field 4 0 " boFetched " (p!! 2 ) " Fetch" (IDeltaT (af boFetched . valids)) " "
472
+ , Field 4 0 " boAnnounced " (p!! 3 ) " Annou" (IDeltaT (af' boAnnounced . valids)) " "
473
+ , Field 4 0 " boSending " (p!! 4 ) " Send" (IDeltaT (af' boSending . valids)) " "
474
+ , Field 4 0 " pAdopted " (p!! 5 ) " Adopt" (IDeltaT (af' boAdopted . valids)) " "
475
+ , Field 4 0 " bePropagation .5" (r!! 0 ) " 0.5" (IDeltaT (percSpec 0.5 . bePropagation)) " "
476
+ , Field 4 0 " bePropagation .8" (r!! 1 ) " 0.8" (IDeltaT (percSpec 0.8 . bePropagation)) " "
477
+ , Field 4 0 " bePropagation .96" (r!! 2 ) " 0.96" (IDeltaT (percSpec 0.96 . bePropagation)) " "
478
+ , Field 4 0 " bePropagation.1 " (r!! 3 ) " 1.0" (IDeltaT (snd . cdfRange . bePropagation)) " "
479
+ , Field 3 0 " beAcceptance " " va-" " lid" (IText (bool " -" " +" . (== 0 ) . length
480
480
. filter (not . snd ) . beAcceptance)) " "
481
481
, Field 3 0 " valid.observ" " good" " obsv" (IInt (length . valids)) " "
482
- , Field 5 0 " errors " " all" " errs" (IInt (length . beErrors)) " "
482
+ , Field 5 0 " beErrors " " all" " errs" (IInt (length . beErrors)) " "
483
483
, Field 3 0 " missNotic" (m!! 0 ) " ntc" (IInt (count (bpeIsMissing Notice ) . beErrors)) " "
484
484
, Field 3 0 " missReque" (m!! 1 ) " req" (IInt (count (bpeIsMissing Request ) . beErrors)) " "
485
485
, Field 3 0 " missFetch" (m!! 2 ) " fch" (IInt (count (bpeIsMissing Fetch ) . beErrors)) " "
@@ -538,7 +538,7 @@ data PerfSubset
538
538
539
539
mtFieldsReport :: Field DSelect p a -> Bool
540
540
mtFieldsReport Field {fId} = elem fId
541
- [ " cpuProcess " , " cpuGC " , " cpuMutator " , " cpuSpanLenAll " , " memRSS " , " rtsHeap " , " rtsLive " , " rtsAllocation " ]
541
+ [ " rCentiCpu " , " rCentiGC " , " rCentiMut " , " cdfSpanLensCpu " , " rRSS " , " rHeap " , " rLive " , " rAlloc " ]
542
542
543
543
perfSubsetFn :: PerfSubset -> (Field DSelect p a -> Bool )
544
544
perfSubsetFn = \ case
0 commit comments