Cleanup #48: Move SdagConstruct::numberNodes into each subclass
[charm.git] / src / ck-ldb / LBProfit.h
blob13281e6d3f89bde658e3dceb6bc56c6d8a32c13e
1 /**
2 * \addtogroup CkLdb
3 */
4 /*@{*/
6 /**
7 a module which determines if a load balancing cycle is profitable
8 */
10 #include "BaseLB.h"
12 class LBProfit
14 public:
15 virtual int profitable(BaseLB::ProcStats *procArray, int np);
19 /*@}*/