Coverage for mtools.mlogfilter.filters.fast_filter : 93%

Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
""" accepts only lines that have a duration that is shorter than the specified parameter in ms. """ ('--fast', {'action':'store', 'nargs':'?', 'default':False, 'type':int, 'help':'only output lines with query times shorter than FAST ms (default 1000)'}) ]
) self.fastms = 1000 else:
|