Home | History | Annotate | Download | only in perf

Lines Matching refs:fs

128     my @fs;
144 push(@fs, $arg);
153 (0 != @fs) or die "No test files or directories specified\n";
155 return @fs;
269 printf("%4.2fs", $tNative);
291 printf("%4.1fs (%4.1fx,", $tTool, $tTool/$tNative);
339 my @fs = glob "*";
340 my $found_tests = (0 != (grep { $_ =~ /\.vgperf$/ } @fs));
345 foreach my $f (@fs) {
375 my @fs = process_command_line();
376 foreach my $f (@fs) {