Home
last modified time | relevance | path

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

/external/ltp/testcases/realtime/tools/
Dftqviz.py138 counts_file = None variable
141 counts_file = a variable
152 if not times_file or not counts_file:
156 smooth_fft(times_file, counts_file, sample_hz, wlen)
/external/python/cpython2/Lib/
Dtrace.py683 counts_file = None
731 counts_file = val
778 if report and not counts_file:
786 results = CoverageResults(infile=counts_file, outfile=counts_file)
795 ignoredirs=ignore_dirs, infile=counts_file,
796 outfile=counts_file, timing=timing)