Home
last modified time | relevance | path

Searched refs:totalAssign (Results 1 – 1 of 1) sorted by relevance

/dports/science/openems/openEMS-0.0.35-71-g4c24b6e/tools/
H A DExpenseLog.cpp124 double totalAdd=0,totalMul=0,totalBool=0,totalAssign=0; in PrintAll() local
131 totalAssign+=(double)vModules.at(i)->uiAssignments + 1e9*(double)vModules.at(i)->uiMrdAssign; in PrintAll()
134 …tiplications: %e\n Bool Operations: %e Assignments: %e\n",totalAdd,totalMul,totalBool,totalAssign); in PrintAll()