HomeSort by: relevance | last modified time | path
    Searched refs:dspeed (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/zstd/dist/tests/
DEPRECATED-test-zstd-speed.py 134 dspeed = []
142 dspeed = []
146 dspeed.append(float(words[5]))
147 return commit, csize, cspeed, dspeed
178 commit, csize, cspeed, dspeed = get_last_results(resultsFileName)
181 print("%s:%s -%d cSpeed=%6.2f cLast=%6.2f cDiff=%1.4f dSpeed=%6.2f dLast=%6.2f dDiff=%1.4f ratioDiff=%1.4f %s" % (branch, commit, i+1, cspeed[i], last_cspeed[i], cspeed[i]/last_cspeed[i], dspeed[i], last_dspeed[i], dspeed[i]/last_dspeed[i], float(last_csize[i])/csize[i], fileName))
184 if (dspeed[i]/last_dspeed[i] < args.lowerLimit):
185 text += "WARNING: %s -%d dSpeed=%.2f dLast=%.2f dDiff=%.4f %s\n" % (executableName, i+1, dspeed[i], last_dspeed[i], dspeed[i]/last (…)
    [all...]
automated_benchmarking.py 124 cspeed, dspeed = max(b[0] for b in speeds_arr), max(b[1] for b in speeds_arr)
126 "Bench (executable={} level={} filename={}, iterations={}):\n\t[cspeed: {} MB/s, dspeed: {} MB/s]".format(
132 dspeed,
135 return (cspeed, dspeed)
149 cspeed, dspeed = parse_benchmark_output(output)
151 dspeeds.append(dspeed)
154 "Bench (executable={} level={} filenames_directory={}, dictionary_filename={}, iterations={}):\n\t[cspeed: {} MB/s, dspeed: {} MB/s]".format(
  /src/sys/dev/pcmcia/
pcmcia_cis.c 801 u_int reg, dtype, dspeed; local
805 dspeed = reg & PCMCIA_DSPEED_MASK;
845 switch (dspeed) {

Completed in 16 milliseconds