代码搜索:bench
找到约 3,833 项符合「bench」的源代码
代码结果 3,833
www.eeworm.com/read/120487/6072018
pl bench.pl
#!/usr/bin/perl
use strict;
# make sure we are in a sane environment.
use DBI();
use DBD::Pg();
use Time::HiRes qw( usleep ualarm gettimeofday tv_interval );
use Getopt::Std;
my %opt;
getopts('d:b:
www.eeworm.com/read/120487/6072023
pl bench.pl
#!/usr/bin/perl -w
use strict;
# make sure we are in a sane environment.
use DBI();
use DBD::Pg();
use Time::HiRes qw( usleep ualarm gettimeofday tv_interval );
use Getopt::Std;
my %opt;
getopts('d:b
www.eeworm.com/read/100926/6264520
h bench.h
/* bench.h,v 1.3 2000/06/04 22:00:03 brunsch Exp */
/**************************************************************************
*
www.eeworm.com/read/100926/6264564
c bench.c
/* bench.c,v 1.3 2000/09/22 19:30:37 brunsch Exp */
/**************************************************************************
* *
* Copyright (C) 1995 Silicon Graphics, Inc. *
www.eeworm.com/read/492905/6413756
bench svdin.bench
#-----------------------------------
# Input file used for SVDRUN script
#-----------------------------------
#
# DESCRIPTION OF FIELDS:
#--------------------------------------------------------------
www.eeworm.com/read/490944/6445997
readme-bench
This directory contains a benchmarking and testing program
for fftw3.
The `bench' program has a zillion options, because we use it for
benchmarking other FFT libraries as well. This file only do
www.eeworm.com/read/490944/6446010
exe bench.exe
www.eeworm.com/read/486736/6526195
h bench.h
#ifndef CRYPTOPP_BENCH_H
#define CRYPTOPP_BENCH_H
#include "cryptlib.h"
void BenchMarkAll(double t=1.0);
#endif
www.eeworm.com/read/486736/6526266
cpp bench.cpp
// bench.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "crc.h"
#include "adler32.h"
#include "md2.h"
#include "md5.h"
#include "md5mac.h"
#include "sha.
www.eeworm.com/read/486736/6526306