Searched refs:summary (Results 1 – 11 of 11) sorted by relevance
35 local summary=043 summary=$(echo "$summary + $TIME" | bc -l)45 AVERAY=$(echo "scale=9; $summary/$TEST_COUNT" | bc -l)
72 summary(void) in summary() function147 summary(); in summaryx()155 summary(); in terminate()
62 void summary(void);
118 summary(); in pos_in()
138 (void)atexit(summary); in main()374 summary(); in dd_in()
5 The short summary of what IOshark is : IOshark has 2 components, one28 -s : One line summary.
58 self.summary = re.match('([a-z_]+)_total', self.name)151 if dataset.summary:169 if dataset and not dataset.summary:
18 Writes a description of leaked memory to the log. A summary is always written, followed by details…30 Returns a description of leaked memory. A summary is always written, followed by details of up to …
127 void AddSummary(const CounterSummary& summary) { in AddSummary() argument128 summaries_.push_back(summary); in AddSummary()
27 The stat command gives a summary of how many events have happened in the33 counter summary.794 annotated_files/summary file contains summary information for each source file.
467 summary = os.path.join(self.config['annotate_dest_dir'], 'summary')468 with open(summary, 'w') as f: