Searched defs:total_ticks (Results 1 - 2 of 2) sorted by relevance

/external/netperf/src/
H A Dnetcpu_procstat.c253 uint64_t total_ticks; local
298 total_ticks = diff.user + diff.nice + diff.sys + diff.idle + diff.iowait
303 if (total_ticks == 0) {
309 #define CPU_STAT_PERCENTIZE(x) (100. * (((float)(x)) / ((float)(total_ticks))))
/external/sonivox/jet_tools/JetCreator/
H A DJetUtils.py629 total_ticks = 0 variable in class:MidiSegInfo.segInfo
669 total_ticks = tb.ConvertStrTimeToTicks(segment.length)
670 if total_ticks == 0:
671 total_ticks = tb.MbtDifference(tb.ConvertStrTimeToTuple(segment.start), tb.ConvertStrTimeToTuple(segment.end)) variable in class:MidiSegInfo.segInfo
672 if total_ticks == 0:
679 ret.total_ticks = total_ticks
680 ret.iLengthInMs = total_ticks * iMsPerTick

Completed in 683 milliseconds