Home | History | Annotate | Download | only in common_lib

Lines Matching refs:continuously

556     continuously during the measurement.
578 def __init__(self, status_file, data_to_read, mode_diff, continuously=False,
595 @parma continuously: Start the monitoring thread using the time_step
611 self.continuously = continuously
661 if (self.continuously):
675 if (self.continuously):
1265 @param cpu_cont: If True monitor CPU load continuously.