Module mincut

Module mincut 

Source
Expand description

MinCut algorithm for process clustering

Groups processes that share memory pages or have parent-child relationships. Optimizing related processes together improves cache coherence.

Structsยง

MinCutClusterer
MinCut-based process clustering
MinCutStats
ProcessCluster
Process cluster identified by MinCut