Home | History | Annotate | Download | only in energy

Lines Matching full:busy

1402     "                \"busy-cost\": OrderedDict(),\n",
1406 " \"busy-cost\": OrderedDict(),\n",
1414 " nrg_dict[cl][\"core\"][\"busy-cost\"][row[1].cap] = int(row[1].energy)\n",
1428 " nrg_dict[cl][\"cluster\"][\"busy-cost\"][row[1].cap] = int(row[1].energy)\n",
1488 " for cap, nrg in core[\"busy-cost\"].iteritems():\n",
1506 " for cap, nrg in cl[\"busy-cost\"].iteritems():\n",
1559 " for cap, nrg in core[\"busy-cost\"].iteritems():\n",
1581 " for cap, nrg in cl[\"busy-cost\"].iteritems():\n",