HomeSort by relevance Sort by last modified time
    Searched refs:percentOfTotal (Results 1 - 2 of 2) sorted by null

  /external/webkit/JavaScriptCore/bytecode/
SamplingTool.cpp 300 double percentOfTotal = (static_cast<double>(count) * 100) / m_sampleCount;
303 fprintf(stdout, "%s:%s%-6lld %.3f%%\t%.3f%%\t | %-6lld %.3f%%\n", opcodeName, opcodePadding, count, percentOfVM, percentOfTotal, countInCTIFunctions, percentInCTIFunctions);
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerUsageSummary.java 337 final double percentOfTotal = ((sipper.getSortValue() / mTotalPower) * 100);
338 if (percentOfTotal < 1) continue;
341 sipper.percent = percentOfTotal;
343 pref.setPercent(percentOfTotal);

Completed in 82 milliseconds